yarnyarn start# lint code with ESLint
yarn lint
# try to fix ESLint errors
yarn lint:fix
# lint and watch for changes
yarn lint:watch# run all tests with Mocha
yarn test
# run all tests and watch for changes
yarn test:watch
# open nyc test coverage reports
yarn coverage# generate and open api documentation
yarn docs