Copy config.example.yml to config.yml and set it up.
config.example.yml
config.yml
Setup environment: yarn environment, then run the application: yarn && yarn build && node ./dist/index.js
yarn environment
yarn && yarn build && node ./dist/index.js
node ./dist/index.js \ --config ./config-dev.yml