Made this Clone using Django.
- Install Python in your system.
- Enter the directory containing
manage.pyfile. - Install
Django: usepip install django. - Enter
python manage.py runserverin terminal. Hit Enter. That's it. Open web browser and hit the URL http://127.0.0.1:8888.