This is the code for my personal portfolio built with Nuxt and Tailwind CSS.
You can see it live at christianpalladini.me.
Local development
- Clone this repository
- Install latest LTS version of Node.js
- Enable Corepack using
corepack enable - Install dependencies using
pnpm install - Start development server using
pnpm dev - Open http://localhost:3000 in your browser
Inspired by @HugoRCD.