Attempt to implement checkbox shitter

This commit is contained in:
Maximilian Friedersdorff 2025-07-25 13:44:21 +01:00
parent 0f2400435f
commit 4aa09ce502
6 changed files with 143 additions and 13 deletions

View file

@ -1,5 +1,11 @@
# vim: noexpandtab ai sw=4 ts=4
all: build
build:
go run cmd/fetch-static/main.go
go build -o gonotes cmd/server/main.go
run:
./gonotes -c ./conf.toml
dev: build run