Yarn package manager is used.
- To start off, use
yarn install. - Rename
.env.distto.envand enter all required fields - Run the migrations with
yarn migration up - Build with
yarn build - Start with
yarn start
pm2 is used for process management on production system