Trivial CMS
Statically rendered with Go Templates
Admin features use TS, JSX
Uses contenteditable for editing
Postgres DB
Register, login, bcrypt passwords, cookie sessions
CRUD Posts, Events, Pages, Site
go run main.go
esbuild static/ts/main.tsx --bundle --outfile=static/js/main.js --sourcemap --watch --jsx
sass ./static/scss/main.scss ./static/css/main.css --watch