This is the repository for my personal website, which is hosted at lucapagliaro.it.
The website is built with Nuxt.js and Tailwind CSS, and is hosted on Vercel.
To run the website locally, clone the repository and run the following commands:
# Install dependencies
cd website
pnpm install
# Run the development server
pnpm dev
The website will be available at http://localhost:3000
.