autosklo/README.md

21 lines
246 B
Markdown
Raw Normal View History

2024-01-05 14:49:46 +00:00
# Autosklo homepage
Homepage for noveautosklo.cz.
## Quickstart guide
```
npm install
make static
make build
./autosklo
```
Then go to http://localhost:1323
To track usage of tailwindcss classes and autogenerate CSS run:
```
make watch
```