12 lines
140 B
Markdown
12 lines
140 B
Markdown
# Smaage Frontend Prototype
|
|
|
|
## Install Requirements
|
|
|
|
```bash
|
|
pip install -r requirements.txt
|
|
```
|
|
|
|
## Run
|
|
```bash
|
|
python -m frontend.app
|
|
``` |