Start the project in development mode with the .env file that is in the root
yarn start
Run the unit tests hosted on tests
yarn test
Compile the project with the .env file that is in the root, its output is in dist/app.js
yarn build