autosklo/README.md
2024-01-05 15:52:00 +01:00

23 lines
308 B
Markdown

# Autosklo homepage
Homepage for noveautosklo.cz.
## Quickstart guide
Create `.env` file with secrets and then run these commands:
```
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
```