Skip to content

DerTimonius/til-blog

Repository files navigation

Built with Astro Vercel

TIL Blog

A little blog that embraces the principles of learning in public Why don't share your journey of getting better at stuff? Everyone started somewehere. I want to keep learning about interesting things, to keep getting better at various topics.

The plan is to write about:

  • Web Developlment
  • Computer Science
  • Science related topics
  • ...whatever I found interesting that day!

Tech Stack

Local Development

If you found an error, either in my posts or anywhere else in the page, feel free to open a PR!

  1. Fork the repo and clone it locally
  2. Install the dependencies
pnpm install
  1. Run the dev server, which runs on port 4321
pnpm run dev