Static site source and build pipeline for goodkind.io.
- Go toolchain
templCLI (github.com/a-h/templ/cmd/templ)pnpm
make dev
make all
make servemake dev: dev server + watcher with live reload (default:http://localhost:3000)make all: full rebuild intodist/make serve: serve the already-builtdist/pnpm install: runs viamake dev/make allwhen needed
Build artifacts are written to dist/.
Auto-deploys via GitHub Actions; see .github/workflows/deploy.yml.