This repository contains the source code for my personal website. It uses Astro as the static site generator.
For nix users, a nix flakes configuration is provided, so you can set up a shell with all the dependencies needed to run the project using:
nix developFor non-nix users, you can simply install the dependencies with:
npm installThen, you can start the development server with:
npm run dev