mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Updated Developer's Guide (markdown)
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:
|
||||
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user