readme changes

This commit is contained in:
0ceanSlim 2023-12-21 11:52:53 -05:00
parent 559fda1418
commit d61872f7c2

View File

@ -37,8 +37,9 @@ python -m flask --app .\app\app.py run
```
This will start the app @ http://127.0.0.1:5000
Tailwind CSS is used to style the app. To update the style output, you need to run
***
Tailwind CSS is used to style the app.
To update the style output, you need to run
```bash
tailwindcss -i app/static/style/input.css -o app/static/style/output.css --watch
```