Skip to content

NeonGamerBot-QK/saahild.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7b83366 · · Jul 29, 2025

History

5,724 Commits
Jul 29, 2025
Jul 29, 2025
Jul 29, 2025
Jul 29, 2025
Jul 29, 2025
Jul 29, 2025
Sep 7, 2024
Jul 29, 2025
Sep 6, 2024
Jun 25, 2024
Jul 29, 2025
Jul 29, 2025
Jul 29, 2025
Jul 29, 2025
Jul 29, 2025
Jul 29, 2025
Jan 27, 2025

Repository files navigation

screenshot

My portfolio

This is my website portfolio made in nuxt + vue + daisyui!

Setup

Make sure to install dependencies:

# npm
npm install



# pnpm
pnpm install



# yarn
yarn install



# bun
bun installl

Development Server

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

# npm
npm run dev



# pnpm
pnpm dev



# yarn
yarn dev



# bun
bun run devv

Production

Build the application for production:

# npm
npm run build



# pnpm
pnpm build



# yarn
yarn build



# bun
bun run buildd

Locally preview production build:

# npm
npm run preview



# pnpm
pnpm preview



# yarn
yarn preview



# bun
bun run previeww

Check out the deployment documentation for more information.