A minimal, dark, geheimnisvoll landing page for GroundsGG. No images. Deploys via Cloudflare Workers.
npm i -g wrangler
npm install
npm run dev # Tailwind watch + Workers dev
npm run build # Build Tailwind CSS
npm run deploy # Deploy to CloudflareThis project includes automated deployment via GitHub Actions. To set it up:
-
Fork this repository or push to your own repository
-
Add secrets to your GitHub repository:
CLOUDFLARE_API_TOKEN: Your Cloudflare API tokenCLOUDFLARE_ACCOUNT_ID: Your Cloudflare Account ID
-
Get your Cloudflare credentials:
# Get Account ID wrangler whoami # Create API token at: https://dash.cloudflare.com/profile/api-tokens # Use "Custom token" with "Cloudflare Workers:Edit" permissions
-
Configure custom domains:
- Add
grounds.ggandwww.grounds.ggto your Cloudflare account - Ensure DNS is managed by Cloudflare
- The Worker will automatically handle both domains
- Add
-
Push to main branch - The workflow will automatically deploy to Cloudflare Workers
npm run deploy