https://github.com/kingjaeyeon/nextjs-stream-chat
유튜버 Coding in Flow - nextjs stream chat(third nextjs project tutorial)
https://github.com/kingjaeyeon/nextjs-stream-chat
Last synced: 26 days ago
JSON representation
유튜버 Coding in Flow - nextjs stream chat(third nextjs project tutorial)
- Host: GitHub
- URL: https://github.com/kingjaeyeon/nextjs-stream-chat
- Owner: KingJaeYeon
- Created: 2023-10-19T12:58:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-23T15:40:16.000Z (11 months ago)
- Last Synced: 2025-02-17T11:36:14.389Z (4 months ago)
- Language: TypeScript
- Homepage: https://www.youtube.com/watch?v=9afMU7GOcAg&t=13229s
- Size: 315 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
npm i @clerk/nextjs @clerk/themes @t3-oss/env-nextjs @types/web-push eslint-config-prettier [email protected] [email protected] lucide-react stream-chat stream-chat-react tailwind-merge web-push zod svix
```## Generate VAPID keys
```
npx web-push generate-vapid-keys
```