Welcome! This document will give you an overview of the technology behind this project and show you how you can contribute.
These are the tools that we're using in this project.
- Fork the repository and clone it to your machine
- Use the following commands as needed:
- To run the dev server:
yarn run develop
- To build for production:
yarn run build
- To lint your code:
yarn run lint
- To test your code:
yarn run test
- To run the dev server:
- Create a pull request with your changes
- Address any issues brought up by maintainers
- Your changes will be automatically deployed to
gh-pages
upon a successful merge withmaster
- Your changes will be automatically deployed to
To contribute to this project, you must conform to the following standards.
- Javascript/JSX style guide
- CSS style guide
- to be determined
- conventional-changelog
- Recommended: use commitizen through
git cz
when commiting- Our repository is preconfigured to be commitizen-friendly