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
git clone [LINK]
cd learn
npm i
npm run dev
**then paste the localhost link into your browser!**
-
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!
-
Astro documentation: https://docs.astro.build/en/getting-started/
-
Reference repo: https://github.com/trevortylerlee/astro-micro