Remix: Deploy to Cloudflare: Difference between revisions

From wiki.jacobjohns.com
jwiki>jjohns
Created
 
m 2 revisions imported
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[File:Remix-logo.jpg|center|frameless]]
[[File:Remix-logo.jpg|center|frameless]]
<br />
<hr>
<hr>
<br />
<br />

Latest revision as of 16:06, 27 July 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.