Skip to content

ChatV2 is a chatting application that allows users to create and join group chats, send and receive direct messages.

Notifications You must be signed in to change notification settings

Pranav1239/ChatW2

Repository files navigation

Screenshot 2023-11-05 160932 Screenshot 2023-10-22 052548

Building and deploying

If you wanted to run this site in production, you should install modules then build the site with npm run build and run it with npm start:

npm install
npm run build
npm run dev

You should run npm run build again any time you make changes to the site.

Note: If you are already running a webserver on port 80 (e.g. Macs usually have the Apache webserver running on port 80) you can still start the example in production mode by passing a different port as an Environment Variable when starting (e.g. PORT=3000 npm start).

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

ChatV2 is a chatting application that allows users to create and join group chats, send and receive direct messages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published