Please check the code of conduct: here
Please check the license of the project: here
project website: HERE
To run react .. make sure you are inside study-easy-react than run command
npm i
npm start
"npm i" will install all the dependencies from package.json
**when you pull do make sure Material Ui is installed in yours. else run the command
npm i
//to install git pages to publish the page
npm install gh-pages --save-dev
//every time you want to merge to main and publish it on the page
npm run deploy
Checkout our project plan in : Project Details