Remix: Deploy to Cloudflare: Difference between revisions

From wiki.jacobjohns.com
jwiki>jjohns
Created
 
jwiki>jjohns
No edit summary
Line 1: Line 1:
[[File:Remix-logo.jpg|center|frameless]]
[[File:Remix-logo.jpg|center|frameless]]
<br />
<hr>
<hr>
<br />
<br />

Revision as of 16:21, 14 January 2024




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.