Skip to content

AdrianoCahete/adrianocahete.dev

Repository files navigation

adrianocahete.dev

My portfolio on Nuxt 3 + Nuxt UI (Pro)

Previous version (Nuxt 2)

You can see here: https://github.com/AdrianoCahete/adrianocahete.dev-nuxt2

There's no deployed version of this Nuxt2 project.

Setup

Make sure to install the dependencies:

# npm
npm install

Development Server

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

# npm
npm run dev

Production

Build the application for production:

# npm
npm run build

Locally preview production build:

# npm
npm run preview