Stack no-sense... Ship anyway!!
docker compose up -dSet in .env:
DATABASE_URL=postgresql://postgres:postgres@127.0.0.1:5432/stackTables are created automatically on server start (ensureUsersTable, projects, shop).
npm install
npm run dev:full- API: http://127.0.0.1:3000
- UI (Vite): http://127.0.0.1:5173
Copy .env.example → .env and add Hack Club Auth + Airtable keys for full login sync.