About This TIL Site

This is a collection of quick notes, code snippets, libraries, or just things I've come across along the way.

Why TILs?

As I work through various projects, I often stumble upon these interesting tools or approaches. This site is a way for me to document those little discoveries so that I can find them again in the future.

Sharing is caring

The code used to build this site is fully open source. If you want to see it, clone it, use it, just head over to the git repository: til-website on Github

All you need to get started is node.js, npm (or yarn), and git. The repository readme walks through how to run locally, how to add pages, and some suggestions on how to deploy.

Fair warning: I am not a javascript/react programmer. You might find anything from serious programming issues to poor formatting or organizational choices. Use at your own peril!

Technical Details

This site is built with:

  • Next.js for the framework
  • Tailwind CSS for styling
  • Markdown for content
  • shadcn/ui for components