Contributing to WebNR
Thank you for your interest in contributing to WebNR! This guide will help you get started.
Development Setup
- Fork and clone the source:
- Install dependencies:
- Start the development server:
Project Structure
/src
- Source code/public
- Static assets/docs
- Documentation/tests
- Test files
Guidelines
Code Style
- Use TypeScript
- Follow ESLint configuration
- Write meaningful commit messages
Pull Requests
- Create a new branch for your feature
- Make your changes
- Write/update tests
- Submit a PR with a clear description
Testing
Run tests before submitting:
Areas to Contribute
- Bug fixes
- New features
- Documentation
- Translations
- source sources