Skip to content

modeset/modeset.js

Repository files navigation

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