Customizable, modular, free and open-source environment for decentralized, distributed communication and collaboration without third-party dependencies.
A simple email notification backend which was developed in addition to a simple web application for matrix space/room moderators to accept or deny knock requests.
- Rename
.env.example
to.env
and edit as needed - Create
spaces-export.json
with moderator email address lookup data
npm install
# development
npm run start
# watch mode
npm run start:dev
# production mode
npm run build
npm run start:prod
# unit tests
npm run test
# e2e tests
npm run test:e2e
# test coverage
npm run test:cov