Skip to content

ilasw/luca-personal-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Luca Pagliaro - Personal website

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.

Development

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.