No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-31 16:17:36 +00:00
public link 2026-07-31 11:17:24 -05:00
.gitignore initial 2026-07-30 21:42:41 -05:00
package-lock.json initial 2026-07-30 21:42:41 -05:00
package.json initial 2026-07-30 21:42:41 -05:00
README.md initial 2026-07-30 21:42:41 -05:00
wrangler.jsonc initial 2026-07-30 21:42:41 -05:00

Is Dungeon Roll Out Yet?

Live site: isdungeonrolloutyet.com

Development

npm install
npm run dev

Wrangler serves the site at http://localhost:8787.

To check the Cloudflare configuration without deploying:

npm run check

Deployment

The site is hosted as static assets on Cloudflare Workers. After authenticating Wrangler with the Cloudflare account that controls the configured domain, run:

npm run deploy

The production route is declared in wrangler.jsonc. Local Wrangler state and credentials are intentionally excluded from Git.