Content
Place page sections, lore, rules, or campaign content in `src/`.
Styles
Split layout, theme, and responsive behavior into small CSS files.
Scripts
Keep browser logic in `src/js/` and use `main.js` as the entry point.
Cloudflare + GitHub Starter
This starter is ready for static content, lightweight JavaScript, and GitHub-based deployment to Cloudflare Pages.
Place page sections, lore, rules, or campaign content in `src/`.
Split layout, theme, and responsive behavior into small CSS files.
Keep browser logic in `src/js/` and use `main.js` as the entry point.