Setup Environment
Gotify requires:
- Go 1.18 or newer
- Node 16.x or newer
- Yarn 1.9 or newer
Clone sources
Clone gotify server source from git:
$ git clone https://github.com/gotify/server.git && cd server
Setup Backend
Download dependencies
$ make download-tools
Setup UI
Commands must be executed inside the ui directory.
Download dependencies with yarn.
$ yarn