Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 686 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 686 Bytes

Built for Cloudflare Pages:

npx create-remix@latest --template https://github.com/jacob-ebey/remix-shadcn/tree/cloudflare

Built in theme switcher

image

image

Development

Run the Vite dev server:

npm run dev

Deployment

In the Cloudflare Dashboard:

  • Create a new Cloudflare Pages application
  • Set the Build command to npm run build
  • Set the Build output directory to /build/client

This should not use anything other than npm