This project is the backend of camaaloth launcher made for the Blackmagic ATEM Mini Extreme ISO.
It's using Nest framework TypeScript as framework.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
Project is GPL-3.0 licensed.