Skip to content

third774/austinjs-knock-knock

Repository files navigation

Welcome to Remix!

Development

You will need to create .dev.vars

touch .dev.vars

In .dev.vars, you need to add

export WEBHOOK_URL=<your_webhook_url>

Once that's done, you can run

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published