cp .env.exmaple .env
cd frontend yarn yarn build # docker build build -t patlite-light-tower-controller .
cd server virtualenv env source env/bin/activate pip3 install -r requirements.txt python3 main.py or python3 --server main.py