Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 444 Bytes

develop.md

File metadata and controls

46 lines (30 loc) · 444 Bytes

Development

Setup

Install dependencies

yarn

Create .env file and input environment variables. See .example.env for reference.

Lint code

npm run tslint

Run tests

yarn test

Run tests with docker environment

docker-compose build
docker-compose up

Run example

Example script to test functionality

npm run example

Build

Build and transpile TS

yarn build