Rift.IO OSM R1 Initial Submission
[osm/UI.git] / skyquake / plugins / composer / README.md
1 RIFT.io UI
2 ===
3 Currently this repo only contains one module.
4
5 # Development Setup
6
7 ## Requirements
8
9 ```
10 npm install -g babel
11 npm install -g grunt
12 ```
13
14 ## Helpful
15
16 ```
17 npm install -g yo
18 npm install -g generator-react-webpack # https://github.com/newtriks/generator-react-webpack
19 ```
20
21 # Build Steps
22
23 ```
24 npm install
25 grunt build:dist # production build
26 grunt build      # dev build
27 grunt test           # run tests
28 ```
29
30 # Development Steps
31
32 ```
33 grunt serve      # start webpack dev server source-maps
34 grunt serve:dist # start dev server with dist runtime
35 ```
36
37 ## Known Issues
38 `grunt serve:dist` fails for unknown reason. workaround use python -m SimpleHTTPServer 8099
39
40 # Useful Libs
41
42 • [http://numeraljs.com/](http://numeraljs.com)
43
44 • [http://momentjs.com/docs/](http://momentjs.com/docs/)
45
46 # How the code works see ./src/README.md