Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1016 Bytes

CloneSetup.md

File metadata and controls

26 lines (18 loc) · 1016 Bytes

Getting started

Forking 🍴

  • Fork the repo to your account.
  • There will be a Fork button on the top right corner of the repo. Click on it.
  • You can copy the main branch of the repo to your 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 termnial and enter the following command. Remember to replace YOUR_USERNAME with your GitHub username.
git clone https://github.com/<YOUR_USERNAME>/Milan.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 frontend locally
  2. Setting up the backend locally
  3. Setting up the app with docker