This is a web-app for Coursewa.re API
Below you can find some developer oriented docs to help you bring up the environment and just hack around.
This project uses Ember.js, make sure you get a know-how about it before jumping in.
- Clone the repository
- Run
bundle install
- Run guard
bundle exec guard
- Run
bundle exec rackup
- Open your browser and navigate to
http://lvh.me:9292
If you are using Vim, consider my .vimrc
We pretty much follow Idiomatic.js style.
Code style for indentation, strip white spaces and use single quotes where possible!