Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 445 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 445 Bytes

Vosekast Control

How to run

You need Python 3.7, Pip and Poetry on your System.

Basic:

poetry install
poetry shell
poetry run build
poetry run start

Development:

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

Documentation

Please see /doc folder for further documentation.