Development Overview
Welcome to the Pixelflare development guide. This section covers running Pixelflare locally, contributing, and following best practices.
Quick Start
bash
git clone https://github.com/lissy93/pixelflare.git
cd pixelflare
pnpm install
pnpm setup:local
pnpm devVisit http://localhost:5173
Development Sections
- Local Setup - Get started developing locally
- Architecture - Understand the system design
- Testing - Run and write tests
- Contributing - How to contribute
Best Practices
- Error Handling - Using error utilities
- Logging - Structured logging
- Validation - Input validation
- Security - Security practices
CI/CD
- GitHub Actions - Automated workflows
- Deployment - Deployment process