diff --git a/docs/src/development.md b/docs/src/development.md index 3339579..28a5d90 100644 --- a/docs/src/development.md +++ b/docs/src/development.md @@ -13,6 +13,7 @@ are not the defaults for these languages: To install these is pretty simple, you can just run: + cd pinry pip install pipenv npm install -g yarn @@ -24,7 +25,8 @@ After that you can install this project with: You will need to run two separate items as of right now, the SPA and the backend: - pipenv run python manage.py + pipenv run python manage.py migrate + pipenv run python manage.py runserver And from another terminal: