Skip to content

Courseware/web-app

Repository files navigation

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!