https://github.com/fuma-nama/fuma-chat
A chat app on App Router
https://github.com/fuma-nama/fuma-chat
chat-app nextjs
Last synced: 11 months ago
JSON representation
A chat app on App Router
- Host: GitHub
- URL: https://github.com/fuma-nama/fuma-chat
- Owner: fuma-nama
- Created: 2024-04-18T10:27:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T11:27:09.000Z (about 2 years ago)
- Last Synced: 2024-12-31T09:31:51.814Z (over 1 year ago)
- Topics: chat-app, nextjs
- Language: TypeScript
- Homepage:
- Size: 1.55 MB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Fuma Chat
This is a project experimenting Next.js App Router on a complex client-side realtime application.
Built with Neon Database, Pusher Realtime and Radix UI.
Want to see a full-powered chat app? Check [Shark Chat](https://shark-chat.vercel.app).

### Run
Install dependencies.
```bash
pnpm i
```
Put credentials in `.env.local`, the needed environment variables are listed in `.env.local.example`.
| Command | |
|------------------------|----------------------------|
| Run in production mode | `pnpm build && pnpm start` |
| Run in dev mode | `pnpm dev` |