Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 826 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 826 Bytes

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