Skip to content

Latest commit

 

History

History
61 lines (34 loc) · 640 Bytes

CONTRIBUTE.md

File metadata and controls

61 lines (34 loc) · 640 Bytes

Want to contribute

Raise an issue discuss about your contribution.

Requirenments

You will need nodejs and git installed in your local machine.

Set up

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
    

OR

yarn

```
  • If you don't have yarn install

    • Then Delete yarn-lock.json
    • Then run
    npm install
    

Run app

To run the app run

npm run dev

#   OR

yarn dev