Skip to main content

Local Development Setup

This guide will help you set up ImmichFrame for local development and contributions.

📦 Prerequisites

Before you begin, make sure you have the following installed:

  • Node.js (LTS version recommended)
  • Docker (optional)
  • Make (used to run common scripts)

⚙️ Cloning the Repository & build

git clone https://github.com/immichFrame/ImmichFrame
cd ImmichFrame
make dev