2024-01-05 14:49:46 +00:00
|
|
|
# Autosklo homepage
|
|
|
|
|
|
|
|
Homepage for noveautosklo.cz.
|
|
|
|
|
|
|
|
## Quickstart guide
|
|
|
|
|
2024-01-05 14:54:01 +00:00
|
|
|
There are a few prerequisities:
|
|
|
|
|
|
|
|
* golang >= 1.19
|
|
|
|
* Node.js compatible with tailwindcss
|
|
|
|
|
2024-01-05 14:52:00 +00:00
|
|
|
Create `.env` file with secrets and then run these commands:
|
|
|
|
|
2024-01-05 14:49:46 +00:00
|
|
|
```
|
|
|
|
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
|
|
|
|
```
|