Skip to content

Commit 16902e1

Browse files
authored
Update README.md (#83)
1 parent 3b1a4bc commit 16902e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ manage requirements.
1818
pip install pipenv
1919
pipenv install
2020
pipenv shell
21+
npm install --dev
2122
```
2223

2324
### Server Config
@@ -37,6 +38,7 @@ export FLASK_APP=app.py
3738
export FLASK_DEBUG=1
3839

3940
flask syncdb
41+
npm build
4042
```
4143

4244

0 commit comments

Comments
 (0)