- Make sure you're using the latest version, check releases for that.
- Use the search, maybe there is already an answer.
- If not found, create an issue, please don't forget to carefully describe it how to reproduce it / pay attention to the issue-template.
- Pull requests only into the master branch.
- Run
pnpm test:ci
before opening a pull request to verify that everything is working as expected. - Make sure to use conventional commits:
docs:
- for changes in the documentation.feat([package]):
- for new features in the corresponding package.fix([package]):
- for bug fixes in the corresponding package.refactor([package]):
- for changes in the code that neither fixes a bug nor adds a feature.chore:
- for changes in the build process or auxiliary tools.
This project requires pnpm and node.
- Fork this repo on GitHub.
- Check out the master locally.
- From your local repro run
pnpm install
. - Run
pnpm dev
to start a dev server for all packages. - Make sure to run
pnpm test:ci
before opening a pull request, to verify that everything is working as expected.
This project uses vitepress for the documentation.
Use the docs:
commands to work on the documentation.