Readme updated

This commit is contained in:
Oleg Lavrovsky 2016-12-12 23:44:06 +01:00
parent 195027e258
commit 9db87c162b
1 changed files with 8 additions and 6 deletions

View File

@ -5,12 +5,6 @@ Website of the Swiss Society for Public Health
## Development environment
Frontend setup
```
bower install
```
Backend setup
```
@ -25,3 +19,11 @@ pip install -r requirements.txt
./manage.py createsuperuser
./manage.py runserver
```
Frontend setup
```
npm install
bower install
grunt browser-sync
```