To contribute to the minicart please fork the repo and:
- Run
git checkout -b your-new-feature
to create a new branch. - Write your code. Be sure to add test cases.
- Run
grunt test
to verify there are no issues. - Run
grunt build
to generate the dist files. - Push away!
- Open a pull request