- Please add new features/fix bugs here
- They'll be compiled by babel into
lib
folder - Don't manually modify contents under
lib
folder
- It can be served as local app for core library development
- It'll be released as
gh-pages
intobuild
folder - Don't manually modify contents under
build
folder
git clone ...
npm install
npm start
Now 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