Go to file
Renovate Bot 7bebae371a chore(deps): update dependency svelte to v4.2.2 2023-10-19 09:30:31 +00:00
.gitea add bug, feature, and pr templates 2023-01-07 09:25:56 -05:00
.vscode fix(vscode): set CWD properly when debugging 2023-02-06 15:38:49 +01:00
cmd/pomme use new import URL 2023-02-17 19:42:48 +01:00
docs messed with les generics again 2023-02-28 00:45:57 -05:00
frontend chore(deps): update dependency svelte to v4.2.2 2023-10-19 09:30:31 +00:00
internal test nonsense 2023-03-18 14:38:58 -04:00
.drone.yaml fuck 2023-03-09 15:16:20 +01:00
.gitignore Small nitpicks 2023-02-06 14:39:08 +00:00
.golangci.yaml added swagger docs, turn nolintlint OFF, and documented API routes in Swagger 2023-01-20 16:53:11 -05:00
Makefile lint, and change test paths in CI 2023-03-11 09:14:10 -05:00
README.md add test-backend to makefile and update readme. 2023-03-07 18:35:21 -05:00
config.sample.yaml fix test perchance 2023-03-08 19:42:34 -05:00
go.mod fix(deps): update module gorm.io/gorm to v1.25.5 2023-10-10 08:30:28 +00:00
go.sum fix(deps): update module gorm.io/gorm to v1.25.5 2023-10-10 08:30:28 +00:00
package.json nit: add package.json to root 2023-02-13 19:47:16 +01:00
pnpm-workspaces.yaml feat(frontend): workspaces (#13) 2023-01-07 14:18:43 +00:00
renovate.json Configure Renovate (#3) 2023-01-03 16:37:00 +00:00

README.md

Build Status

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