Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 784 Bytes

Getting-Started.md

File metadata and controls

34 lines (22 loc) · 784 Bytes

Getting Started Guide

You can ⭐️ the repo, if you feel like doing it.

  • First of all , you need to fork ( you can star too) the repository.
  • After forking you will get a copy of this repository in ur github account.
  • Then clone the forked repo in your machine.

you can clone any repo by running this command on ur terminal/command prompt

  git clone <git-repository-url>
  cd <cloned-repo-directory>

After that you need to install the dependencies, you can do that by running this command ( you must have node installed already )

  npm install

Then, you can start the app

  npm start

If you are looking forward to contribute, please check out the contributions.md to get the rules and information for contributing.