We wish to build an website that could potentially help new and less experienced players who don't have much idea about the game, we could see that in today’s world the competitive gaming is emerging as a real career option, plenty of competitive games are offering tournaments with unimaginable prize pools, and even if we don't play competitive there are a plethora of options on joining youtube and presenting game analytics, also streaming live games is a good choice too, if they are interested. Also many people in today’s world don’t consider gaming as a real career option so our app could change the mindset of those kinds of people too.
So our website could provide a new direction in the field of competitive gaming, and encourage more and more players to choose gaming as their career, and will provide a tool that could help them in their initial phases. Our website can be used as a quick guide to learn and understand the League of Legends game in a much simpler and easier way.
- Clone the Forked repository
- Open Main_Project > lol_frontend
- use command
npm install
to install required node modules. - use
npm start
to start react server - If changes are made, one has to rebulid the app to run it on the django server
- Use
npm run build
to build the modified app, then you may run it using the Django server
- Django can be installed easily using pip.
- In the command prompt, execute the following command: pip install django (This will download and install Django)
- After the installation has completed, you can verify your Django installation by executing
django-admin --version
in the command prompt. - Build the frontend and enter command
python manage.py runserver
after the building is finished in order to run the project
- First Fork this repository and then Clone the Forked repository.
- Add your local repository as origin- git remote add origin .
- Add this repository as upstream- git remote add upstream https://github.com/tipsijadav610/Group18-Predicting-League-of-Legends-Game-Analytics.git.
- To sync your local repository with central repository - git pull upstream main.
-Create new branch and name it on the issue/feature you are working.
- To create new branch - git checkout -b
- to shift from one branch to another - git cheackout
- After completing create PR on that branch - git push origin
- Go to github and create pull request on your branch to master branch.