This repository contains the codebase for a portfolio website built using Vue.js and Vite.
dev: Start the development server using Vite.build: Build the production-ready code using Vite.preview: Preview the production build locally using Vite.lint: Lint the codebase using ESLint with Vue.js rules.format: Format the codebase using Prettier.
- Clone the repository.
- Install dependencies using
npm install. - Start the development server using
npm run dev. - Build the production-ready code using
npm run build. - Preview the production build locally using
npm run preview.