Thanks for contributing!
npm install
You can run the demo locally by simply doing npm start
; this will start the demo at http://localhost:3000
.
Before commiting any changes, be sure to do npm run lint
; this will lint all relevant files using ESLint and report on any changes that you need to make. You can also run npm run lint-fix
to fix most common lint errors automatically.
- Run
npm version patch
(orminor
,major
as appropriate) to lint and build thelib
andumd
directories. - Run
npm publish
and publish to NPM if all is well. - Run
git push && git push --tags