Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 703 Bytes

contributing.md

File metadata and controls

18 lines (14 loc) · 703 Bytes

Contributing

Running on local machine

  • Fork this repository.
  • This project uses pnpm instead of npm so make sure you have latest version of pnpm installed.
  • Run pnpm install in the root folder.
  • For local development:
    • Run pnpm build to only build the dist folder.
    • Run pnpm lint to lint all files.
    • Run pnpm test to run all tests.
    • Run pnpm dist before committing any changes to the repository.

Guidelines for development

  • Install prettier and enable for this workplace, with default settings.
  • Follow pascalCase for this project.
  • Attach comments to complex logic, if required.