Setting up the development environment
Notifly requires:
- Go 1.18 or newer
- Node 16.x or newer
- Yarn 1.9 or newer
Cloning the source code
Section titled “Cloning the source code”Clone the notifly server source code from git:
$ git clone https://github.com/Notifly.git && cd serverSetting up the backend
Section titled “Setting up the backend”Download dependencies
$ make download-toolsSetting up the user interface
Section titled “Setting up the user interface”Commands should be run in the ui directory.
Download dependencies using yarn.
$ yarn