Quick Start
Clone, configure, and run FSH Creative Hub locally in minutes.
Get FSH Creative Hub running on your machine in under ten minutes. This guide assumes you have access to the Supabase project credentials.
Prerequisites
- Node.js 20+ and npm
- Git
- Supabase project access (ref:
rnyeonvbnrwephpviyzu) - Optional: Google OAuth credentials for production-like sign-in
Clone & install
terminal
git clone https://github.com/jastejSSGitHub/fsh-creative-hub.git
cd fsh-creative-hub
npm installEnvironment
Copy .env.example to .env.local and fill in your Supabase keys from the dashboard.
.env.local
cp .env.example .env.localRun locally
bash
npm run devThe app runs at http://localhost:3010 by default. Use npm run dev:3000 for port 3000.

First login
For local development, set DEV_AUTH_BYPASS=true and use Skip login (dev) on the login page. In production, use Google OAuth.