https://github.com/third774/dyte-remix
https://github.com/third774/dyte-remix
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/third774/dyte-remix
- Owner: third774
- Created: 2025-04-01T21:03:42.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-04-01T22:09:23.000Z (12 months ago)
- Last Synced: 2025-04-01T22:31:00.297Z (12 months ago)
- Language: TypeScript
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dyte React Router Example
## Setup
Run:
```sh
pnpm install
cp .dev.vars.example .dev.vars
```
Grab your Authorization Header [here](https://dev.dyte.io/apikeys). Paste it into .dev.vars `DYTE_AUTH_HEADER`.
You can set `SESSION_SECRET` to whatever value you'd like to use for signing your cookies, or just leave it unset.
## Deploy
`pnpm run deploy`
You can set the secrets for the deployment by running:
```sh
wrangler secret bulk .dev.vars
```