No description
Find a file
gsvd e6f4b14a0f
All checks were successful
Deploy to server / deploy (push) Successful in 24s
Update web/src/views/templates/index.html
2026-01-21 08:44:56 -05:00
.forgejo/workflows Initial commit 2025-12-21 23:07:18 -05:00
cmd/website Initial commit 2025-12-21 23:07:18 -05:00
internal Initial commit 2025-12-21 23:07:18 -05:00
web Update web/src/views/templates/index.html 2026-01-21 08:44:56 -05:00
.air.toml Initial commit 2025-12-21 23:07:18 -05:00
.gitattributes Initial commit 2025-12-21 23:07:18 -05:00
.gitignore Initial commit 2025-12-21 23:07:18 -05:00
go.mod Initial commit 2025-12-21 23:07:18 -05:00
go.sum Initial commit 2025-12-21 23:07:18 -05:00
Makefile Initial commit 2025-12-21 23:07:18 -05:00
mise.toml Initial commit 2025-12-21 23:07:18 -05:00
README.md Initial commit 2025-12-21 23:07:18 -05:00

website

My website, based on go-website-skeleton.

Dependencies

  • mise for managing your Go and Node versions.
  • air for live reloading the Go server.

Project Setup

Clone the repository, navigate to its root, then run:

make setup

Create a .env file at the project root with the following content:

ENV=local
HOST=127.0.0.1
PORT=8080

Run the Project

During development use two terminals:

1) Terminal 1 — Watch Tailwind CSS

make watch-css

2) Terminal 2 — Live-reload Go server

make dev