Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 455 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (15 loc) · 455 Bytes

Engagement

Contributing


Dependencies

  brew install yarn
  yarn install

Commands

$ npm start to start developing. This command compiles the scripts and watches for file changes. $ npm test to lint the scripts and run unit tests.

Directory structure

  • src contains the source code.
  • dist contains the compiled code.
  • test contains the unit test spec files.