Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 514 Bytes

File metadata and controls

33 lines (21 loc) · 514 Bytes

Setup Environment

Gotify requires:

  • Go 1.25 or newer
  • Node 24 or newer
  • Yarn 1.9 or newer

Clone sources

Clone the gotify/server source from git:

$ git clone https://github.com/gotify/server.git && cd server

Setup Backend

Install the development tools (needed for generating the Swagger spec):

$ make download-tools

Setup UI

Commands must be executed inside the ui directory.

Download dependencies with yarn.

$ yarn