You need Python 3.7, Pip and Poetry on your System.
poetry install
poetry shell
poetry run build
poetry run start
To run in development mode, use following command:
poetry run dev
You can start the frontend and the backend standalone:
poetry run dev_frontend
poetry run dev_backend
Please see /doc folder for further documentation.