Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 797 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 797 Bytes

Coursewa.re Web App

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.

Installation

  1. Clone the repository
  2. Run bundle install
  3. Run guard bundle exec guard
  4. Run bundle exec rackup
  5. Open your browser and navigate to http://lvh.me:9292

Coding style

Vim

If you are using Vim, consider my .vimrc

JavaScript / CoffeeScript

We pretty much follow Idiomatic.js style.

Code style for indentation, strip white spaces and use single quotes where possible!