mirror of
https://github.com/KevinMidboe/patlite-tower-lights-controller.git
synced 2025-10-29 09:40:29 +00:00
Update README.md
This commit is contained in:
12
README.md
12
README.md
@@ -1,14 +1,14 @@
|
|||||||
# PATLITE light tower controller
|
# PATLITE light tower controller
|
||||||
|
|
||||||
## frontend
|
## Frontend setup & run
|
||||||
|
|
||||||
setup
|
### setup
|
||||||
|
|
||||||
```
|
```
|
||||||
cp .env.exmaple .env
|
cp .env.exmaple .env
|
||||||
```
|
```
|
||||||
|
|
||||||
build
|
### build
|
||||||
|
|
||||||
```
|
```
|
||||||
cd frontend
|
cd frontend
|
||||||
@@ -19,7 +19,7 @@ yarn build
|
|||||||
build -t patlite-light-tower-controller .
|
build -t patlite-light-tower-controller .
|
||||||
```
|
```
|
||||||
|
|
||||||
## server
|
## Server setup & run
|
||||||
|
|
||||||
```
|
```
|
||||||
cd server
|
cd server
|
||||||
@@ -33,3 +33,7 @@ or
|
|||||||
|
|
||||||
python3 --server main.py
|
python3 --server main.py
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Screenshot of homepage
|
||||||
|
|
||||||
|
<img src="assets/screenshot.png" alt="screenshot of homepage" width="350px" />
|
||||||
|
|||||||
Reference in New Issue
Block a user