Readme updated
This commit is contained in:
parent
195027e258
commit
9db87c162b
1 changed files with 8 additions and 6 deletions
14
readme.md
14
readme.md
|
@ -5,12 +5,6 @@ Website of the Swiss Society for Public Health
|
||||||
|
|
||||||
## Development environment
|
## Development environment
|
||||||
|
|
||||||
Frontend setup
|
|
||||||
|
|
||||||
```
|
|
||||||
bower install
|
|
||||||
```
|
|
||||||
|
|
||||||
Backend setup
|
Backend setup
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -25,3 +19,11 @@ pip install -r requirements.txt
|
||||||
./manage.py createsuperuser
|
./manage.py createsuperuser
|
||||||
./manage.py runserver
|
./manage.py runserver
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Frontend setup
|
||||||
|
|
||||||
|
```
|
||||||
|
npm install
|
||||||
|
bower install
|
||||||
|
grunt browser-sync
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue