Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 594 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (15 loc) · 594 Bytes

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

Setup Dev Environment

Clone the repository and run

npm install

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

npm run dev

Commit Messages

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