Skip to content

Setting up the development environment

Notifly requires:

  • Go 1.18 or newer
  • Node 16.x or newer
  • Yarn 1.9 or newer

Clone the notifly server source code from git:

Окно терминала
$ git clone https://github.com/Notifly.git && cd server

Download dependencies

Окно терминала
$ make download-tools

Commands should be run in the ui directory.

Download dependencies using yarn.

Окно терминала
$ yarn