See the issues on the repository.
Ensure you install these modules globally on your development machine:
- Node: This runs a JavaScript server locally which fetches the libraries necessary to build this project.
- Webpack: This bundler compiles the JavaScript libraries and classes, as well as the CSS, into a single file for web deployment.
Once you checked out this project, run this command in a Terminal window:
npm install
-
All contributions must be made via pull requests.
-
Commits must be written in past tense, and in sentence format:
# good examples Added list component Removed superfluous style declaration Fixed typo in label # bad update New Thing remove the style declaration