No description
- HTML 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| public | ||
| .gitignore | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| wrangler.jsonc | ||
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.