Run locally
1. Clone and install
gh repo clone Tiger-Studio-WAB/Tiger-Studio-Website
cd Tiger-Studio-Website
npm install
2. Environment file
cp .env.example .env.local
| Variable | Purpose |
|---|---|
GITHUB_ORG | Defaults to Tiger-Studio-WAB |
GITHUB_TOKEN | Optional. Raises GitHub API limits for the public hub (products, news). Not used for Join. |
NEXT_PUBLIC_SUPABASE_URL | Ideas board. From the Vercel/Supabase integration. |
NEXT_PUBLIC_SUPABASE_PUBLISHABLE_KEY or NEXT_PUBLIC_SUPABASE_ANON_KEY | Public Supabase key |
ALLOWED_EMAIL_DOMAIN | Optional Microsoft-domain gate |