mirror of
https://github.com/KevinMidboe/patlite-tower-lights-controller.git
synced 2025-10-29 09:40:29 +00:00
fc43a1374a624d4e7cc815d12af4dc177f0f2f35
PATLITE light tower controller
Frontend setup & run
setup
cp .env.exmaple .env
build
cd frontend
yarn
yarn build
# docker build
build -t patlite-light-tower-controller .
Server setup & run
cd server
virtualenv env
source env/bin/activate
pip3 install -r requirements.txt
python3 main.py
or
python3 --server main.py
Screenshot of homepage
Description
Languages
Svelte
74%
Python
14.7%
JavaScript
4.3%
CSS
2.6%
Makefile
2%
Other
2.4%