- Fundamental knowledge of Typescript.
Want to contribute? Please check the guidelines below:
Please use dev
branch rather than main
for the latest development changes.
- Fork the repository
- Create a feature/patch branch from
dev
branch - Commit your changes
- push to the branch & open a pull request
If you want to add new feature to the project, please raise an issue .
#setup project
git clone https://github.com/raralabs/web-feedback.git
cd web-feedback
#install dependencies
yarn
#watch package
yarn run watch
#build package
yarn run build-lib