Skip to content

Quick Start

  • Node.js 20+
  • Docker (for local PostgreSQL)
  • npm 10+
Terminal window
git clone https://github.com/mattia-ricci/photoproofing.git
cd photoproofing
cp .env.example .env.local
npm install
npm run docker:up
npm run db:push
npm run dev

Open http://localhost:3000 to see the app.