Thanks for your interest in helping out 🙌! Here are a few key informations.
- The project is set as
pnpmworkspaces monorepo. - Uses
vitefor bundling and - Uses
vitestand@vue/test-utilsfor unit testing. - Uses
biomejsfor linting/formatting. - Uses
changesetsfor changelog/version/release management.
Clone the repo and
pnpm install
-
Create a branch for your feature
-
Start dev server
pnpm teleporte dev -
Ensure current tests still pass and add new ones for the feature/fix.
pnpm teleport test:unit -
Add a descriptive changeset (optional)
pnpm changeset add
If you want to see it visually working.
pnpm playground dev