Skip to content

object1037/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

21ec322 · Jun 28, 2024
Apr 9, 2024
Jun 28, 2024
Apr 11, 2024
Feb 23, 2024
Mar 30, 2024
Mar 15, 2024
Nov 7, 2023
Oct 18, 2023
Apr 10, 2024
Apr 10, 2024
Feb 22, 2024
Apr 10, 2024
Jun 28, 2024
Mar 12, 2024
Jun 28, 2024
Mar 11, 2024
Mar 14, 2024
Mar 14, 2024
Jun 28, 2024
Apr 11, 2024

Repository files navigation

Welcome to Remix!

Development

You will be utilizing Wrangler for local development to emulate the Cloudflare runtime. This is already wired up in your package.json as the dev script:

# start the remix dev server and wrangler
npm run dev

Open up http://127.0.0.1:8788 and you should be ready to go!

Deployment

Cloudflare Pages are currently only deployable through their Git provider integrations.

If you don't already have an account, then create a Cloudflare account here and after verifying your email address with Cloudflare, go to your dashboard and follow the Cloudflare Pages deployment guide.

Configure the "Build command" should be set to npm run build, and the "Build output directory" should be set to public.