Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 487 Bytes

README.md

File metadata and controls

47 lines (32 loc) · 487 Bytes

Getting Started

Install dependencies:

yarn

Running

yarn start

Lint

# lint code with ESLint
yarn lint

# try to fix ESLint errors
yarn lint:fix

# lint and watch for changes
yarn lint:watch

Test

# run all tests with Mocha
yarn test

# run all tests and watch for changes
yarn test:watch

# open nyc test coverage reports
yarn coverage

Documentation

# generate and open api documentation
yarn docs