diff --git a/README.md b/README.md index c9d26ba..0ae4584 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +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 +```