Appearance
Gotify requires:
Clone the gotify/server source from git:
$ git clone https://github.com/gotify/server.git && cd server
Install the development tools (needed for generating the Swagger spec):
$ make download-tools
Commands must be executed inside the ui directory.
Download dependencies with yarn.
$ yarn