Skip to content

vharmash/harmashv.pro

Repository files navigation

harmashv.pro

This is the repository for my personal CV site, built using Vue and Vite to be deployed on GitHub Pages.

A lot of the text was written with the help of ChatGPT - my English may be good, but its writing is next level.

Recommended VSCode Setup

VSCode + Volar (and disable Vetur, if installed).

Disable the built-in extension TypeScript and JavaScript Language Features

Customize configuration

See Vite Configuration Reference.

Project Setup

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Type-Check, Compile and Minify for Production

pnpm build

Lint with ESLint

pnpm lint