Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

My personal portfolio website, built using Nuxt, Tailwind CSS & GSAP.

Notifications You must be signed in to change notification settings

ivanmaxlogiudice/portfolio-old

Repository files navigation

Portfolio

This is the repository for my personal portfolio website.

Tech Stack

  • Nuxt
  • Tailwind CSS
  • GSAP

Setup

Install dependencies:

# pnpm
pnpm install

# npm
npm install

# yarn
yarn install

Development

Start the development server on http://localhost:3000

# pnpm
pnpm run dev

# npm
npm run dev

# yarn
yarn dev

Production

Build the application for production:

# pnpm
pnpm run build

# npm
npm run build

# yarn
yarn build

About

My personal portfolio website, built using Nuxt, Tailwind CSS & GSAP.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published