Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/courseware/web-app
Coursewa.re Web App
https://github.com/courseware/web-app
Last synced: about 2 months ago
JSON representation
Coursewa.re Web App
- Host: GitHub
- URL: https://github.com/courseware/web-app
- Owner: Courseware
- License: other
- Created: 2013-05-25T10:08:25.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-10T14:34:02.000Z (over 11 years ago)
- Last Synced: 2024-03-25T23:51:28.823Z (10 months ago)
- Language: CoffeeScript
- Homepage: http://api.coursewa.re/
- Size: 763 KB
- Stars: 4
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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`
6. Open your browser and navigate to `http://lvh.me:9292`# Coding style
## Vim
If you are using Vim, consider [my `.vimrc`](https://github.com/stas/dotfiles/blob/master/vimrc)
## JavaScript / CoffeeScript
We pretty much follow [Idiomatic.js style](https://github.com/rwldrn/idiomatic.js).
Code style for indentation, strip white spaces and use single quotes where
possible!