Quick Start
Prerequisites
Section titled “Prerequisites”- Node.js 20+
- Docker (for local PostgreSQL)
- npm 10+
Installation
Section titled “Installation”git clone https://github.com/mattia-ricci/photoproofing.gitcd photoproofingcp .env.example .env.localnpm installnpm run docker:upnpm run db:pushnpm run devOpen http://localhost:3000 to see the app.