Skip to content

World Gym Guest Registration

License

Notifications You must be signed in to change notification settings

sdescarries/wgr

Repository files navigation

World Gym Guest Registration

Attempting to improve the UX for the worst online form of all times.

QuickStart

pnpm install
pnpm start
ngrok http 3000

Docker

Copy ngrok-template.yml to ngrok.yml and fill the blanks:

version: "2"

# https://dashboard.ngrok.com/get-started/your-authtoken
authtoken: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx


log: stdout
region: us

tunnels:
  wgr:
    proto: http
    addr: wgr:3000

    # https://dashboard.ngrok.com/cloud-edge/domains
    domain: fill-me.ngrok-free.app
    oauth:
      provider: "google"

      # Fill me
      allow_emails: []

About

World Gym Guest Registration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published