update docs for project setup (#190)

This commit is contained in:
Steven Reilly
2023-03-07 09:56:12 -05:00
committed by GitHub
parent a0fab5546e
commit 886db509a0
2 changed files with 8 additions and 8 deletions

View File

@@ -48,10 +48,6 @@ Our other repositories are:
1. Install [pipenv](https://pipenv.pypa.io/en/latest/)
1. Install dependencies into a virtual environment
`make bootstrap`
1. Create the .env file
```
@@ -59,6 +55,10 @@ Our other repositories are:
# follow the instructions in .env
```
1. Run the project setup
`make bootstrap`
1. Run the web server and background worker
`make run-procfile`