Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 366 Bytes

develop.md

File metadata and controls

39 lines (25 loc) · 366 Bytes

Development

Setup

Install dependencies

npm install

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

Lint code

npm run tslint

Run tests

npm test

Run example

Example script to test functionality

npm run example

Build

Build and transpile TS

npm run build