- No spam pull requests.
- No changes on the core part of the project.
- Click on Star ⭐
- Click on Fork
- Go to folder on local machine where you want to clone this repo and open terminal.
- Clone the forked repository as :
git clone https://github.com/ravi-ivar-7/esports.iitkgp.git
If you get any error usegit init
to initialize empty Git repository and then clone again. - Navigate to the project directory.
cd esports.iitkgp
- Create a new branch as :
git checkout -b your_branch_name
- Make changes.
- Stage your changes as :
git add -A
(orgit add file_name.xyz
to add a specific file) - Commit changes as :
git commit -m "your_commit_message"
- Push your local commits to the remote repo as :
git push --set-upstream origin your_branch_name
- Create a Pull Request.
Navigate to esorts.iitkgp repository, and press the New pull request button on top of the page. Select the main branch of the original repository on the left-hand side, and the new-branch of your forked repository of the right-hand side. Add a title and a comment to the appropriate fields and then press the Create pull request button. - Congratulations! 🎉 you've made your contribution.
- In your terminal :
pip install Django==4.2.4
- Open esports.iitkgp folder in termial (make sure manage.py is present in that folder, check by typing
ls
in teminal) - Run server as :
python manage.py runserver
- Copy-Paste
http://127.0.0.1:8000/
in your browser. - The project is live.🥳🎉👏🤝👍🌷
- Build in django(python), html, css and js.