- Fork the repo.
- Make changes.
- Please describe the changes and open PR.
Note:
- Please update Readme if applicable.
- Create issue if you are adding new feature or proposing changes.
Install - npm install
Start dev server - npm run dev
Please follow the convention for commit message. https://github.com/conventional-changelog/commitlint/#what-is-commitlint
Example:
git commit -m"feat: some relevant message"