Skip to content

Commit ab3d47d

Browse files
committed
Added LICENSE and README.
1 parent 4e96524 commit ab3d47d

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

LICENSE

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Copyright 2012-2013 Stas Sușcov, Călin Sălăgean.
2+
3+
Third-party copyright in this distribution is noted where applicable.
4+
5+
All rights not expressly granted are reserved.

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
Coursewa.re Web App
2+
====================================
3+
4+
This is a web-app for Coursewa.re API
5+
6+
Below you can find some developer oriented docs to help you bring up the
7+
environment and just hack around.
8+
9+
This project uses Ember.js, make sure you get a know-how about it before
10+
jumping in.
11+
12+
# Installation
13+
14+
1. Clone the repository
15+
2. Run `bundle install`
16+
3. Run guard `bundle exec guard`
17+
4. Run `bundle exec rake server`
18+
6. Open your browser and navigate to `http://lvh.me:8000`
19+
20+
# Coding style
21+
22+
## Vim
23+
24+
If you are using Vim, consider [my `.vimrc`](https://github.com/stas/dotfiles/blob/master/vimrc)
25+
26+
## JavaScript / CoffeeScript
27+
28+
We pretty much follow [Idiomatic.js style](https://github.com/rwldrn/idiomatic.js).
29+
30+
Code style for indentation, strip white spaces and use single quotes where
31+
possible!

0 commit comments

Comments
 (0)