Transfers the checks of unlinted commits to linted commits
$ npm install
$ cp .env.sample .env
# development
$ npm run start
# watch mode
$ npm run start:dev
# debug mode
$ npm run start:debug
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
This app is MIT licensed.