mirror of
https://git.freecumextremist.com/grumbulon/pomme.git
synced 2024-11-22 04:43:47 +00:00
add basic install instructions
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
3771eaedfd
commit
20a9fef0b6
1 changed files with 13 additions and 1 deletions
14
README.md
14
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.
|
||||
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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue