Remix: Deploy to Cloudflare

From wiki.jacobjohns.com




There is a guide on Cloudflare here: Deploy a Remix site

  1. Use Chocolatey to install Node JS
    1. Chocolatey Software | Node JS (Install)
  2. Run
    1. npm create cloudflare@latest my-project-name -- --framework=remix
    2. cd my-project-name
    3. npm install
    4. npm audit fix --force
    5. npm run dev
  3. Ctrl + C and make sure node.exe has stopped.
  4. Push to Github repo, and Cloudflare should pull and build.