Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 909 Bytes

CloneSetup.md

File metadata and controls

24 lines (16 loc) · 909 Bytes

Getting started

Forking 🍴

  • There will be a Fork button on the top right corner of the repo. Click on it.
  • This will create a copy of the repo in your GitHub account.

Cloning 🌀

  • After the fork is done, you will be redirected to your forked repo.
  • The next step is to clone the repo to your local storage.
  • Open your terminal and enter the following command and hit enter.
git clone https://github.com/MilanCommunity/Milan-Backend.git
  • This will clone the repo to your local storage and you can start working on it.

Next steps 🚀

So now you have the repo in your local storage. The next step is to setup the frontend and backend locally. You can refer to the following links to setup the frontend and backend locally.

  1. Setting up the backend (current repo)
  2. Setting up frontend locally