jiangok2006 / race

Remix run stack built for the edge (cloudflare pages and d1)

Home Page:https://race-stack.pages.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to Remix + Vite + shadcn/ui!

đź“– See the Remix docs and the Remix Vite docs for details on supported features.

Getting Started

Node Server:

npx create-remix@latest --template jacob-ebey/remix-shadcn

Cloudflare Pages:

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

Or for a more flushed out template with a login flow and a SQLite database backed by Drizzle ORM:

Node Server:

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

Cloudflare Pages:

npx create-remix@latest --template https://github.com/jacob-ebey/remix-shadcn/tree/drizzle-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

About

Remix run stack built for the edge (cloudflare pages and d1)

https://race-stack.pages.dev


Languages

Language:TypeScript 78.5%Language:JavaScript 16.6%Language:CSS 4.9%