Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 458 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 458 Bytes

Friendly

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