add basic install instructions

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2022-12-30 19:27:46 +01:00
parent 3771eaedfd
commit 20a9fef0b6
Signed by: sam
GPG key ID: 4D8B07C18F31ACBD

View file

@ -2,4 +2,16 @@ This will be a website that, to oversimplify things, allows users to submit zone
Working project title is pomme.
More information to come soon.
More information to come soon.
## Running
To build & install you need both Go and Node (>= 18 should work)
You also need to [install pnpm](https://pnpm.io/installation).
to generate and build:
```bash
go generate ./...
go build ./cmd/pomme
```