Giter Club home page Giter Club logo

fimac-mathematics's Introduction

Guidlines

  1. No spam pull requests.
  2. No changes on the core part of the project.

How To Contribute

  1. Click on Star โญ
  2. Click on Fork
  3. Go to folder on local machine where you want to clone this repo and open terminal.
  4. Clone the forked repository as :
    git clone https://github.com/ravi-ivar-7/esports.iitkgp.git
    If you get any error use git init to initialize empty Git repository and then clone again.
  5. Navigate to the project directory.
    cd esports.iitkgp
  6. Create a new branch as :
    git checkout -b your_branch_name
  7. Make changes.
  8. Stage your changes as :
    git add -A
    (or git add file_name.xyz to add a specific file)
  9. Commit changes as :
    git commit -m "your_commit_message"
  10. Push your local commits to the remote repo as :
    git push --set-upstream origin your_branch_name
  11. 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.
  12. Congratulations! ๐ŸŽ‰ you've made your contribution.

How to start with this project

  1. In your terminal :
    pip install Django==4.2.4
  2. Open esports.iitkgp folder in termial (make sure manage.py is present in that folder, check by typing ls in teminal)
  3. Run server as :
    python manage.py runserver
  4. Copy-Paste http://127.0.0.1:8000/ in your browser.
  5. The project is live.๐Ÿฅณ๐ŸŽ‰๐Ÿ‘๐Ÿค๐Ÿ‘๐ŸŒท

Project Info.

  1. Build in django(python), html, css and js.

fimac-mathematics's People

Contributors

ravi-ivar-7 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.