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
- 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.
