Skip to content

Repo contains numerical methods for solving differentiation, integration and non-linear equations

Notifications You must be signed in to change notification settings

ravi-ivar-7/Fimac-Mathematics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.