Requirements:
- Python 3.10
- Poetry
- NodeJS, some recent version
Switch to server
directory.
cd server
Install dependencies.
poetry install
Install pre-commit. This will run checks on your code every time you try to commit.
poetry run pre-commit install
Run server
poetry run python3 main.py
Switch to client
directory.
cd client
Install dependencies.
poetry install
Install pre-commit. This will run checks on your code every time you try to commit.
poetry run pre-commit install
Run the client
poetry run python3 main.py