This website is built using Docusaurus, a modern static website generator.
- clone the repository
cd CollegeNotes
- run
npm i
to install all the latest dependencies - run
npm start
it will start the server and serve athttps://localhost:3000/
- look inside the
docs/
folder, there you will find folders and files with.mdx
format. - basically it is markdown files that get compiled into reactJs by Docusaurus.
- whichever new subject you want to add please make a folder of it, and add each lecture as a
.mdx
file withLecture-N
format, same goes for slides. - refer to
Templates
folder for more information on how to add phots and pdf files.
Leave a ⭐ if this repo helped you!