Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 582 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (18 loc) · 582 Bytes

Contributing

Development

  1. Clone this repo
  2. npm install to install dev dependencies
  3. VSCode is the recommended dev environment
  • Includes "Build Watcher" and "Test Watcher" tasks (Terminal pane)
  • (optional) Install the recommended extensions (Extensions sidebar)
  1. Before submitting your PR, make sure tests pass:
  • npm test && npm run test:node

README updates

Do not edit README.md manually. To make changes to the README:

  1. Edit README_js.md
  2. Run npm run docs to regenerate README.md
  3. If using VSCode, it's

Testing

npm test