Skip to content

hoiast/hoiast.github.io

Repository files navigation

Hoiast User Page

Github User page developed with Vue 3, Typescript and Vite.

Initial Figma Prototype: Link

How to Use

Install Dependencies

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint