Files
spotifyd-webui/README.md
2025-07-08 22:41:41 +10:00

19 lines
296 B
Markdown

# Python Flask Webserver Template
Python3 website template including git actions
# Development
1. Install requirements
```bash
python3 -m pip install -r requirements.txt
```
2. Run the dev server
```bash
python3 server.py
```
# Production
Run using the main.py file
```bash
python3 main.py
```