Thank you for your interest in our project. Contributions are always welcome. Feel free to open an issue if you have any questions, ideas, or bugs to report, or submit pull requests to contribute code.
We are committed to fostering a welcoming, respectful, and harassment-free environment, so please be kind! 💖
- Fork the repository
- Create a feature branch
- Add tests for new functionality
- Ensure all tests pass and linting passes
- Submit a pull request
# Install dependencies
pnpm install
# Run tests
pnpm test
# Run tests in watch mode
pnpm run vitest:watch
# Build distribution files
pnpm run build
# Run examples
pnpm run serve
# Lint code
pnpm run lint