My personal website, built using Astro. This website serves as my digital space to share my latest projects, thoughts and experiences in the world of technology (and beyond!).
Based on the Astrofy template with personal modifications.
You can access it under two domains:
First install the dependencies with pnpm
:
pnpm install
Once it's done, start up a local server with:
pnpm run dev