Advent of Code 2022 🎄 🎅

A small website displaying my solutions to the Advent of Code 2022. Built using Node.js, Express, EJS, Bootstrap and TypeScript.

Pre-requisites

Node.js

Install dependencies & start server

npm install
npm run dev