No description
Find a file
Sam Therapy 5fa55b22e1
autism: go mod tidy
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-12-30 22:55:12 +01:00
cmd/pomme frontend :) 2022-12-30 18:24:51 +00:00
frontend makefile 2022-12-30 22:21:00 +01:00
internal frontend :) 2022-12-30 18:24:51 +00:00
.gitignore frontend :) 2022-12-30 18:24:51 +00:00
go.mod autism: go mod tidy 2022-12-30 22:55:12 +01:00
go.sum autism: go mod tidy 2022-12-30 22:55:12 +01:00
Makefile makefile 2022-12-30 22:21:00 +01:00
README.md add basic install instructions 2022-12-30 19:27:46 +01:00

This will be a website that, to oversimplify things, allows users to submit zonefiles to use froth.zone nameservers.

Working project title is pomme.

More information to come soon.

Running

To build & install you need both Go and Node (>= 18 should work)

You also need to install pnpm.

to generate and build:

go generate ./...
go build ./cmd/pomme