Skip to content

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 dev

Visit http://localhost:5173

Development Sections

Best Practices

CI/CD

All Development Topics

Released under the MIT License.