Sami Saxton-Getty | Portfolio 2023

This project refines my 2022 portfolio, showcasing the harmonious use of Vue.js and Nuxt.js on GitHub. It emphasizes clean code, organized files, and modern design with a personal touch. Additionally, I implemented smooth animated transitions for enhanced user experience during page changes and rendering.

https://sami-saxton-getty.netlify.app/

Screenshot 2023-08-17 184652

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

Development Server

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

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

Check out the deployment documentation for more information.