aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 3ba57ab092c6fb4130ea90b5b5d442a7d83e981c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# AutoAid

To auto-build the CSS files:

```
npm install
npx tailwindcss -i ./src/main.css -o ./static/main.css --watch
```

To run the Python code using Poetry

```
poetry install
poetry shell
python app.py
```