Go to file
2024-01-05 15:50:47 +01:00
src Initial commit 2024-01-05 15:50:47 +01:00
config.go Initial commit 2024-01-05 15:50:47 +01:00
db.go Initial commit 2024-01-05 15:50:47 +01:00
email.go Initial commit 2024-01-05 15:50:47 +01:00
go.mod Initial commit 2024-01-05 15:50:47 +01:00
go.sum Initial commit 2024-01-05 15:50:47 +01:00
main.go Initial commit 2024-01-05 15:50:47 +01:00
Makefile Initial commit 2024-01-05 15:50:47 +01:00
models.go Initial commit 2024-01-05 15:50:47 +01:00
package-lock.json Initial commit 2024-01-05 15:50:47 +01:00
package.json Initial commit 2024-01-05 15:50:47 +01:00
README.md Initial commit 2024-01-05 15:50:47 +01:00
tailwind.config.js Initial commit 2024-01-05 15:50:47 +01:00
texty.txt Initial commit 2024-01-05 15:50:47 +01:00
types.go Initial commit 2024-01-05 15:50:47 +01: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