WOLFX is a scalability-first, open-source no-code notification platform.
Wolf Notification is a powerful notification infrastructure that helps you deploy multi-channel notifications with ease, allowing you to focus on the user experience.
$ npm i setup
$ npm i install
Install worker from repository: https://github.com/tecklens/tk-wolf-worker
Install frontend from repository: [https://github.com/tecklens/tk-wolf-admin/blob/main/README.md](Web Admin)
# development
$ npm run start
# watch mode
$ yarn run start:dev
# production mode
$ npm i -g pm2
$ pm2 start ecosystem.config.js
Goto: http://localhost:5173
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
Wolfx is MIT licensed.