- Node
- NPM
- Docker
- Clone this repository
- npm i
- create ./configs and place environment variables in a envConfig.env file
- Run (F5)
-
test:
npm run test -
lint:
npm run eslint -
build a new version:
npm version [major|minor|patch] [--force]
this assumes access to the container registry for the image being built