Backbone Diorama

Ahoy!

You're running a BackboneDiorama project.

How to get up and running

  1. Use diorama generators to create your controllers and views, e.g.
    • diorama generate controller ControllerName Action1
    Run diorama generate to see a full list of generators
  2. Start the diorama compile watcher to compile your Coffeescript and templates
    • diorama compile watch
  3. Open up index.html and start hacking! Your compiled application will be included automatically.

Documentation

The diorama command run without arguments will list the commands, most of which will echo their usage when run without arguments.

Alternatively, check out the online docs: