Find and Use an API for external suppliers & third party developers
- Node 16.13.0
- npm
- Yarn installed globally (npm i yarn -g)
Get dev env vars and populate .env file, these can be pulled from the release pipeline (do not commit this)
It's recommended to use NODE_ENV=production due to major differences between this and development mode
- npm i
- npm run build
- npm run start
Commits are linted via lint-staged
npm run lint can be run to check before committing