Guide to contributing to the AkiraDocs open-source project.
1# Clone repository
2git clone https://github.com/Cloud-Code-AI/akiradocs
3cd akiradocs
4
5# Install dependencies
6npm install
7
8# Start development server
9npm run dev
1. Fork the repository
2. Create feature branch
3. Make changes
4. Submit pull request
1# Format
2type(scope): description
3
4# Examples
5feat(editor): add new block type
6fix(translation): correct language detection
7docs(api): update authentication guide
1# Run tests
2npm run test
3
4# Check types
5npm run type-check
6
7# Lint code
8npm run lint
1. Edit relevant files
2. Update examples
3. Check links
4. Verify formatting