Skip to content

Commit

Permalink
Update installation instructions for JS
Browse files Browse the repository at this point in the history
  • Loading branch information
rbarrois committed Jul 7, 2015
1 parent 9068a8f commit e3e9472
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,12 @@ For the API:
* Start it up! ``./manage.py runserver``

For the UI:
* Use npm, bower, or something.
* Install nodejs
* Enter the UI directory: ``cd ui``
* Install the dependencies: ``make update``
* Compile the project: ``make build``
* Run the UI: ``make runserver``
* In order for the UI to be able to fetch data, open https://platal2-demo.polytechnique.org/auth/login/?next=/api/ and login there


License
Expand Down

0 comments on commit e3e9472

Please sign in to comment.