This guide should give a developer all information to start contributing to the codebase
npm run build-publish
- exports babel compiled code topublish
folder (enableimport drawr from 'drawr'
)npm run commit-test
- check code style and syntax, runs unit tests and builds librarynpm run export
- exports library todist/drawr.js
anddist/drawr.min.js
npm start
--test
- starts unit tests server
npm test
- runs unit tests