Raise an issue discuss about your contribution.
You will need nodejs and git installed in your local machine.
clone the repo
git clone https://github.com/vivek80801/chat-app.git
Then navigate to chat-app folder in your terminal.
cd chat-app
Then install dependencies
-
If you have yarn install
- Then run
yarn install
yarn
```
-
If you don't have yarn install
- Then Delete yarn-lock.json
- Then run
npm install
To run the app run
npm run dev
# OR
yarn dev