Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 177 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (8 loc) · 177 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