Skip to content

tecklens/tk-wolf

Repository files navigation

WOLFX is a scalability-first, open-source no-code notification platform.

NPM Version Package License Coverage Support us

Documentation

Documentation

Description

Wolf Notification is a powerful notification infrastructure that helps you deploy multi-channel notifications with ease, allowing you to focus on the user experience.

Installation

$ 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)

Running the app

# 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

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Support

Architecture

image

Plugin Architecture

image

License

Wolfx is MIT licensed.