A real time web chat app using;
- Socket.io for real time communication
- Clark for authentication
- Vite with react for UI design
- Novel, a Notion-style WYSIWYG editor that supports various text formats and image upload. It also provides AI auto-completion.
To run the server;
npm start
To run the client;
npm run dev