![](https://private-user-images.githubusercontent.com/955269/240413634-6c3faf35-974d-4807-b235-7b0eef413176.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMDgzNzMsIm5iZiI6MTczOTMwODA3MywicGF0aCI6Ii85NTUyNjkvMjQwNDEzNjM0LTZjM2ZhZjM1LTk3NGQtNDgwNy1iMjM1LTdiMGVlZjQxMzE3Ni5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMVQyMTA3NTNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT00ODU1MjFjOTE4NDVmNDE5NDhlNDI3ZGI1YmJjZDU3OTlmMDFmMzM2NjYxNzQwOWM3NWY5ZmQ0YjViMmY3NjBmJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.Tl2PNBA12o2uxd_k1eACW9HBtth7RNNlgCt1goOBJU0)
Visit todaysmath.kielbyrne.com
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of
node
, andyarn
. - You have a
<Windows/Linux/Mac>
machine. (I have not tested on Linux, but should work fine) - You have read SUPPORT.md.
- React.js
- Material-UI
- Next.js
- Now Deployment
Documentation links can be found in SUPPORT
First off, thank you for considering contributing to the Supreme Calendar. It’s people like you that make the Supreme Calendar such a great tool.
- Fork this repo
- Create a branch:
git checkout -b <branch_name>
(feature? bug?). - Make your changes and commit them:
git commit -m '<commit_message>'
- Push to the original branch:
git push origin <project_name>/<location>
- Create the pull request. (Dont forget to test!)
Thanks to the following people who have contributed to this project:
- @DevCollectiv 📖💻🤔
⚠️
Content is released under Mozilla Public License Version 2.0. See LICENSE.md for complete details, including attribution guidelines, contribution terms, and software and third-party licenses and permissions.
- As an end-user, I would like to know today's math, so I can meditate on a concept for the day
Try to name branches in a descriptive way, master
, ft-<featureName>
, fix-<fixName>
, etc...
No pull requests will be merged into master
branch.