$ pnpm install
# development
$ pnpm run start
We are using the following conventions to identify what the commit is doing:
- FEAT: A new feature.
- FIX: A bug fix.
- DOCS: Changes to documentation
- STYLE: Formatting, missing semi colons, etc; no code change.
- REFACTOR: Refactor: refactoring production code.
- TEST: Adding tests, refactoring test; no production code change
- CHORE: updating build tasks, package manager configs, etc; no production code change.
- BUILD: Changes to build config, a new release.
- Author - Liaqat Saeed
- Twitter - @liaqatsaeed6777