Skip to content

dbtlr/dbtlr.com

Repository files navigation

Drew Butler

Remix website for https://dbtlr.com

Typegen

Generate types for your Cloudflare bindings in wrangler.toml:

pnpm run typegen

You will need to rerun typegen whenever you make changes to wrangler.toml.

Development

Run the Vite dev server:

pnpm run dev

To run Wrangler:

pnpm run build
pnpm run start

Deployment

Warning

Cloudflare does not use wrangler.toml to configure deployment bindings. You MUST configure deployment bindings manually in the Cloudflare dashboard.

First, build your app for production:

pnpm run build

Then, deploy your app to Cloudflare Pages:

pnpm run deploy

About

Website / blog for https://dbtlr.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published