npm install
- Create .env file with command below and replace dummy values with secrets in KeePassX vault
cp .env.sample .env
npm run start:dev
npm run init:db
npm run start:db
npm start
npm test
chmod 700 ./githooks/pre-push.sh
chmod 700 ./githooks/post-merge.sh
npm run build