pomme/README.md
Sam Therapy 20a9fef0b6
add basic install instructions
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-12-30 19:27:46 +01:00

437 B

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