Red Helicopter

Event Creator Portal

Gui-Norae: K-BBQ & Connection through Music

Ready to Deploy

Event Overview

https://gui-norae.redheli.com

Quick Stats

Schedule Items
Features
2
Venues
Gallery Ready

Event Page Preview

Open in New Tab

This is a live preview of your event page. Test the registration form and navigation to ensure everything works correctly.

Event Configuration

How to Edit

To make changes to the event:

  1. Open gui-norae-config.json in a text editor
  2. Edit the desired fields (title, date, venue, etc.)
  3. Save the file
  4. Refresh this page to see your changes

Deployment Instructions

Pre-Deployment Checklist

Step 1: Verify Registration System

Run this command to ensure the registration database is configured correctly:

node verify-rls.js gui-norae-config.json

Expected output: ✅ ALL CHECKS PASSED

Step 2: Deploy to Cloudflare Pages

Deploy the event to production:

./deploy-event.sh gui-norae

This will create a Cloudflare Pages project and provide a preview URL

Step 3: Configure Custom Domain

In the Cloudflare Dashboard:

  1. Navigate to Workers & Pages → gui-norae-event
  2. Go to Settings → Custom domains
  3. Add domain: gui-norae.redheli.com
  4. Wait for DNS propagation (usually 1-5 minutes)

Step 4: Test Live Site

Once deployed, test these features:

  • Visit https://gui-norae.redheli.com
  • Test registration form with a real email
  • Check mobile responsiveness
  • Verify QR code works
  • Confirm all links work correctly

Need Help?

For technical support or questions:

  • • Technical issues: Contact Jennifer Lin
  • • Content changes: Edit gui-norae-config.json
  • • Registration problems: Run node verify-rls.js