Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 804 Bytes

File metadata and controls

35 lines (24 loc) · 804 Bytes

Contributing

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! 💖

Steps

  1. Fork the repository
  2. Create a feature branch
  3. Add tests for new functionality
  4. Ensure all tests pass and linting passes
  5. Submit a pull request

Development

# 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