Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.61 KB

README.md

File metadata and controls

46 lines (28 loc) · 1.61 KB

ChatMeet

About

A web based application to chat with your friends that supports multiple users chatting at the same time, enables location sharing etc

Technology Stack

Getting Started

Want to contribute? Follow the steps below to set it up locally.

# Clone this repository
$ git clone https://github.com/your-username/ChatMeet.git

# Go into the repository
$ cd chat-app

# Install dependencies
$ npm start

# Run website
$ yarn run dev-server

This should launch the website on localhost:3000.