Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 598 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (13 loc) · 598 Bytes

Contributing

🚧 Work in progress. Check back soon! 🚧

Local Development

$ npm install
$ npm start

This will rebuild the library on file-save and rerun unit tests. It is suggested to also install an editor extension for Prettier (Atom, VS Code). Code changes will automatically run through Prettier regardless on Git commit.

Code style

Code Documentation

Chalkboard (Documentation website) Local Development

Making A Pull Request

Publishing