File tree 2 files changed +36
-0
lines changed 2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change
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!
You can’t perform that action at this time.
0 commit comments