- Clone this repo
npm install
to install dev dependencies- VSCode is the recommended dev environment
- Includes "Build Watcher" and "Test Watcher" tasks (Terminal pane)
- (optional) Install the recommended extensions (Extensions sidebar)
- Before submitting your PR, make sure tests pass:
npm test && npm run test:node
Do not edit README.md manually. To make changes to the README:
- Edit README_js.md
- Run
npm run docs
to regenerate README.md - If using VSCode, it's
npm test