mirror of
https://git.freecumextremist.com/grumbulon/pomme.git
synced 2024-11-01 01:30:33 +00:00
620 B
620 B
This will be a website that, to oversimplify things, allows users to submit zonefiles to use froth.zone nameservers.
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
Testing
To test pomme you can run
make test-backend