1. Download and unzip your project
Open any ready project, then use Download ZIP (top right, or the Deploy tab). Unzip it anywhere on your machine — the archive already contains package.json, the Tailwind v4 and TypeScript configuration, the Totalum client, every page and API route, and a README.
unzip my-app.zip
cd my-app
npm install
cp .env.example .env
npm run dev