Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 742 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (17 loc) · 742 Bytes

Your contributions are welcome. Don't hesitate to open an issue if you have trouble.

Setup Dev Environment

Canonically this package uses Node 18 and pnpm as a package manager. If you are a Nix user, there is a shell.nix file in the project root.

Clone the repository and run

pnpm install

We use a locally served version of the demo page during development. To get that started run

npm run docs:dev

Commit Messages

The version number of releases is automatically determined form commit messages. This only works if we follow Angular Commit Message Conventions.