Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 402 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 402 Bytes

Personal Portfolio

My own implementation of the portfolio website made with Vue 3 and Vite.

Designed by Vednidhi930

Figma Project

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build