Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 908 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 908 Bytes

Installation

$ pnpm install

Running the app

# development
$ pnpm run start

Commit Message Standards

Commitizen friendly 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.

Stay in touch