This project welcomes contributions and suggestions.
For questions, discovered bugs, enhancements, or help: leave an issue with the appropriate tag.
To get started with contributing to this project, fork the repository, clone the project into your environment, make your desired changes and submit a pull request to the development branch.
Naming conventions for pull request branches are ass follows
feature/<branch-name> # New features
refactor/<branch-name> # Changes to currently existing features
fix/<branch-name> # Bug fixes and hot patchesTODO: Move these to github issues
- Add husky pre-commit scripts
- Add lint-staged?
- Add jsDoc
- Add PWA support