christiangoeschel 2fef13bba6
All checks were successful
Pull Request Checks / commit-message-check (pull_request) Successful in 6s
Pull Request Checks / linting (pull_request) Successful in 1m19s
fix(ci): Improve version variable passing to workflow steps
2025-02-28 01:24:19 -05:00
2025-02-26 21:25:58 -05:00
2025-02-26 21:25:58 -05:00

Nuxt Minimal Starter

Look at the Nuxt documentation to learn more.

Setup

Make sure to install dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

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

# npm
npm run dev

# pnpm
pnpm dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.

Description
Personal portfolio webpage: https://christiangoeschel.com/
Readme 28 MiB
Languages
Vue 72.1%
Shell 17.7%
Makefile 5.4%
Dockerfile 2.8%
TypeScript 1.6%
Other 0.4%