Switch to 'make' for running app processes

These are simple enough that they don't need their own scripts.
This commit is contained in:
Ben Thorner
2021-02-22 16:41:30 +00:00
parent 2af1d6f159
commit 36a806e8bf
3 changed files with 5 additions and 5 deletions

View File

@@ -127,7 +127,7 @@ Your aws credentials should be stored in a folder located at `~/.aws`. Follow [A
In the root directory of the application, run:
```shell
./scripts/run_app.sh
make run-flask
```
Then visit [localhost:6012](http://localhost:6012)