Go to file
Adam Štrauch 2087918955
README update
2024-01-05 15:54:01 +01:00
src Initial commit 2024-01-05 15:50:47 +01:00
Makefile Initial commit 2024-01-05 15:50:47 +01:00
README.md README update 2024-01-05 15:54:01 +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
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
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

README.md

Autosklo homepage

Homepage for noveautosklo.cz.

Quickstart guide

There are a few prerequisities:

  • golang >= 1.19
  • Node.js compatible with tailwindcss

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