/camaaloth-launcher-atem

Camaaloth launcher backend for ATEM Mini switcher

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

BreizhCamp Logo

Camaaloth Launcher

Description

This project is the backend of camaaloth launcher made for the Blackmagic ATEM Mini Extreme ISO.

It's using Nest framework TypeScript as framework.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

License

Project is GPL-3.0 licensed.