Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 900 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 900 Bytes

🌱 CompClub Learn 🌱

https://learn.compclub.org/

What is this?

Learn is a little corner created by CompClub where curiosity meets computer science. It’s an amalgamation of deep diving into random rabbit holes, practical insights and resources to help you out on your journey to explore computer science!

tldr; fun little resource and article archive :D

How to run:

git clone [LINK]
cd learn
npm i 
npm run dev 
**then paste the localhost link into your browser!**

Where do i put stuff?

  • BLOGS src/content/blog/{BLOGNAME}

  • RESOURCES src/content/projects/{RESOURCENAME}

  • CODE (index/home page) src/pages/index.astro

note that if you want to include images, they should be in the /public folder!

How do i add stuff?