Getting Started
Prerequisites
Before getting started, ensure you have:- Node.js 16+ and npm/yarn
- Git for version control
- VS Code (recommended) or any modern editor
- Docker (optional, for containerized development)
One-Click Setup Script
Alternative: Install Latest Release
✅ Install all dependencies
✅ Build Docker image (if Docker is available)
✅ Start the development server
✅ Open your browser to http://localhost:3000
Manual Development Setup
Clone & Install
Environment Setup
Start Development
Project Structure
Self-Hosting Guide
Docker Deployment
Manual Deployment
Available Scripts
Common Development Tasks
Adding New Features
- Create a feature branch:
- Create component structure:
- Add route (if needed):

