Updated Developer's Guide (markdown)

Dan Albert 2022-03-06 02:08:29 -08:00
parent 966facde1f
commit 1ba431a9e2

@ -63,6 +63,15 @@ If you're using PyCharm, you can configure the project to use your virtualenv in
### Windows terminal (using git-bash)
Every time you update the repo you should rebuild the front-end:
```
cd client
npm build
```
If you're not developing the front-end (or the API boundary) that's enough. Otherwise, see `client/README.md`.
Set up your virtual env (described above), activate your env, then:
```