Skip to content

Latest commit

History

History
25 lines (17 loc) 路 681 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (17 loc) 路 681 Bytes

Contributing

This project uses semantic commits and semver.

To get started, make sure you have Node and PNPM 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.