mirror of
https://github.com/pinry/pinry.git
synced 2026-01-13 02:32: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:
|
||||
|
||||
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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user