- Install project dependencies:
npm install
- Create a symlink to the
.env
file located in the dev-environment folder:
ln -s ../dev-environment/.env
npm run serve
npm run build
npm run test:unit
npm run test:e2e
npm run lint
pm2 start ecosystem.config.js --env development