mirror of
https://github.com/pinry/pinry.git
synced 2026-01-19 13:42:06 +01:00
Fix: Should add more detail about current directory
This commit is contained in:
@@ -13,6 +13,7 @@ are not the defaults for these languages:
|
|||||||
|
|
||||||
To install these is pretty simple, you can just run:
|
To install these is pretty simple, you can just run:
|
||||||
|
|
||||||
|
cd pinry
|
||||||
pip install pipenv
|
pip install pipenv
|
||||||
npm install -g yarn
|
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
|
You will need to run two separate items as of right now, the SPA and the
|
||||||
backend:
|
backend:
|
||||||
|
|
||||||
pipenv run python manage.py
|
pipenv run python manage.py migrate
|
||||||
|
pipenv run python manage.py runserver
|
||||||
|
|
||||||
And from another terminal:
|
And from another terminal:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user