[BREAKGLASS] Content of seedhammer.com
Go to file
2026-06-13 16:03:36 +02:00
about initial import 2026-05-13 17:56:29 +02:00
article initial import 2026-05-13 17:56:29 +02:00
cmd/viewer initial import 2026-05-13 17:56:29 +02:00
doc/manual initial import 2026-05-13 17:56:29 +02:00
getstarted initial import 2026-05-13 17:56:29 +02:00
page shop: cap the order quantity to available stock 2026-06-13 16:03:36 +02:00
static static/css: widen center column a bit to fit shop cart 2026-06-13 14:37:54 +02:00
article.go initial import 2026-05-13 17:56:29 +02:00
data.go initial import 2026-05-13 17:56:29 +02:00
flake.lock initial import 2026-05-13 17:56:29 +02:00
flake.nix initial import 2026-05-13 17:56:29 +02:00
go.mod initial import 2026-05-13 17:56:29 +02:00
go.sum initial import 2026-05-13 17:56:29 +02:00
LICENSE initial import 2026-05-13 17:56:29 +02:00
README.md README.md: clarify instructions 2026-05-13 18:05:55 +02:00
routes.go initial import 2026-05-13 17:56:29 +02:00

Public content of seedhammer.com

Run local viewer

Command viewer runs a webserver at http://localhost:8080 with the content.

$ go run ./cmd/viewer

The Nix helper script runs the viewer and reloads it on file changes.

$ nix run .#