The repository holds the code used on my website, Joon-Klaps.github.io.
This website is taken from the personal template of phil.ewels.co.uk, which was in its turn a strongly modified version of the Astro template manuelernestog/astro-modern-personal-website.
To run the website locally, you need to have Node.js installed. Then, you can clone the repository and install the dependencies:
git clone
cd Joon-Klaps.github.io
npm installTo start a local development server, run:
npm run dev