A WebSocket-based chat frontend built with React + Vite and powered by Shadcn/ui.
- Node.js (version 16 or above)
- Browser
- Clone the repository
- Install the dependencies:
npm install
- Start the development server:
npm run dev
The development server will start on 0.0.0.0:5173
by default.
You can try the live demo version from this link
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Create a new Pull Request