Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 691 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (17 loc) · 691 Bytes

Contributing

This project uses semantic commits and semver.

To get started, make sure you have Node and PNPM verson 10 installed. Install dependencies, generate files, and build the libraries with:

pnpm i
pnpm -r convert
pnpm -r generate
pnpm -r build

Development

Locally run examples with:

cd examples/dashboard
pnpm dev

Important

When making a change to the packages, the vite cache of the examples needs to be cleared (delete node_modules/.vite inside the running example). Rebuilding the libraries is not necassary unless types have changed.