Update README.md
This commit is contained in:
parent
72cf04637b
commit
0e56146ad7
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ $ pip install -r requirements.txt
|
|||
|
||||
Start the client by running `yarn start`.
|
||||
|
||||
Start the server by running `python3 server.py`.
|
||||
Start the server by running `python3 stateserver.py` and `python3 shittyserver.py`.
|
||||
|
||||
Don't forget to ensure that both TypeScript and MyPy pass, as your code will be rejected by CI otherwise - run `tsc --noEmit` and/or `mypy server.py` to check.
|
||||
|
||||
|
|
Loading…
Reference in a new issue