summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-05-07feat: implement basic page-infrastructuredemo
2026-05-07feat: implement Config to house template needed by Handlerdemo
2026-05-07style: rename s to storydemo
2026-05-07refactor: move type defs and ServeHTTP def to internal packagedemo
2026-05-07feat: set up endpoints to serve arc titles onlydemo
2026-05-07fix: replace JSON file with correctly formatted onedemo
I mistakenly added newlines inside string literals, which isn't allowed in JSON.
2026-05-06refactor: move server-running code to separate functionBrandon C. Irizarry
2026-05-06feat: make port configurable via command-line flagBrandon C. Irizarry
2026-05-06feat: implement trivial hello-world web serverBrandon C. Irizarry
2026-05-06chore: add empty main.go fileBrandon C. Irizarry
2026-05-05chore: initialize projectBrandon C. Irizarry