Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 175 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (8 loc) · 175 Bytes

Contributing

To begin development:

  1. Clone the repository and cd into it
  2. npm run setup

To recompile the code:

  1. npm run build

To run the tests:

  1. npm test