Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 746 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 746 Bytes

Mode Set JavaScript library

A repository for reusable codes.

  • app: Pre-compiled source files for CoffeeScript (JavaScript), SASS (CSS) and HAML (HTML)
  • lib: Ruby scripts for local development
  • public: Rendered pages for serving the static site
  • app.rb: The Sinatra bootstrap file
  • config.ru: The web server configuration
  • Gemfile: The listing of Gems used within the application
  • Rakefile: Executes tasks for compilation

Developer Notes

gem install bundler --no-ri --no-rdoc
bundle
powder install (only if you don't have pow already installed)
powder link
powder open