Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 750 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 750 Bytes

NextJS Chat

A chat app with beautiful UI and all the latest features like media support, read receipts, chat groups, online status and much much more.

Chat-App-Screenshot

chat-app-ss

Cloning the project

  1. Download the code as .zip.
  2. Extract the files on your computer
  3. Go inside the folder and run --> npm install
  4. Change your Chat Engine keys inside index.jsx in place of environment variables.
  5. Run --> npm run dev
  6. Congratulations, your chat app is ready!