Install dependencies
yarn
Create .env
file and input environment variables. See .example.env for reference
.
npm run tslint
yarn test
docker-compose build
docker-compose up
Example script to test functionality
npm run example
Build and transpile TS
yarn build