Update README.md

This commit is contained in:
Marks Polakovs 2020-05-14 20:14:59 +02:00 committed by GitHub
parent 72cf04637b
commit 0e56146ad7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.