Remix: Deploy to Cloudflare
From wiki.jacobjohns.com

There is a guide on Cloudflare here: Deploy a Remix site
- Use Chocolatey to install Node JS
- Run
npm create cloudflare@latest my-project-name -- --framework=remixcd my-project-namenpm installnpm audit fix --forcenpm run dev
- Ctrl + C and make sure node.exe has stopped.
- Push to Github repo, and Cloudflare should pull and build.
