- Please add new features/fix bugs here
- They'll be compiled by babel into
libfolder - Don't manually modify contents under
libfolder
- It can be served as local app for core library development
- It'll be released as
gh-pagesintobuildfolder - Don't manually modify contents under
buildfolder
git clone ...
npm install
npm startNow you can develop!
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new pull request