https://github.com/third774/austinjs-knock-knock
https://github.com/third774/austinjs-knock-knock
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/third774/austinjs-knock-knock
- Owner: third774
- Created: 2023-08-16T12:16:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T22:06:49.000Z (over 1 year ago)
- Last Synced: 2025-01-13T07:24:41.669Z (about 1 year ago)
- Language: TypeScript
- Size: 491 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to Remix!
- [Remix Docs](https://remix.run/docs)
## Development
You will need to create `.dev.vars`
```sh
touch .dev.vars
```
In `.dev.vars`, you need to add
```sh
export WEBHOOK_URL=
```
Once that's done, you can run
```sh
# start the remix dev server and wrangler
npm run dev
```
Open up [http://127.0.0.1:8788](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](https://dash.cloudflare.com/sign-up/pages) and after verifying your email address with Cloudflare, go to your dashboard and follow the [Cloudflare Pages deployment guide](https://developers.cloudflare.com/pages/framework-guides/deploy-anything).
Configure the "Build command" should be set to `npm run build`, and the "Build output directory" should be set to `public`.