Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 690 Bytes

CONTRIBUTING.md

File metadata and controls

59 lines (39 loc) · 690 Bytes

Contributing

Requirements:

  • Python 3.10
  • Poetry
  • NodeJS, some recent version

Backend

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

Client

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