Files
frontend-dev/README.md
2025-04-25 23:04:40 +02:00

12 lines
140 B
Markdown

# Smaage Frontend Prototype
## Install Requirements
```bash
pip install -r requirements.txt
```
## Run
```bash
python -m frontend.app
```