This website is built using Docusaurus, a modern static website generator.
- clone the repository
cd CollegeNotes- run
npm ito install all the latest dependencies - run
npm startit will start the server and serve athttps://localhost:3000/
- look inside the
docs/folder, there you will find folders and files with.mdxformat. - 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
.mdxfile withLecture-Nformat, same goes for slides. - refer to
Templatesfolder for more information on how to add phots and pdf files.
Leave a ⭐ if this repo helped you!