yarn install
e2e test
yarn test e2e
unit test
yarn test unit
run the unit test without using docker
yarn coverage:unit
run both e2e and unit test together
yarn test
yarn lint
yarn lint:fix
yarn doc
$ cd html-doc
$ git push origin
$ yarn docker:up
$ yarn db:start
$ yarn db:stop
$ yarn db:drop
yarn start:dev
yarn start:dev:watch