2025-04-19 18:57:27 +02:00
2025-04-19 17:11:31 +02:00
2025-04-19 18:57:27 +02:00
2025-04-19 17:11:31 +02:00
2025-04-19 17:11:31 +02:00

PATLITE light tower controller

frontend

setup

cp .env.exmaple .env

build

cd frontend
yarn
yarn build

# docker build
build -t patlite-light-tower-controller .

server

cd server
virtualenv env
source env/bin/activate

pip3 install -r requirements.txt
python3 main.py

or

python3 --server main.py
Description
No description provided
Readme 297 KiB
Languages
Svelte 74%
Python 14.7%
JavaScript 4.3%
CSS 2.6%
Makefile 2%
Other 2.4%