Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 885 Bytes

README.md

File metadata and controls

44 lines (31 loc) · 885 Bytes

My Portfolio

Developed using Vue + Vite ♥

Netlify Status

Getting started

Important

I appreciate your interest in adapting or modifying this project to fit your needs. Just a gentle reminder, if you do choose to fork or make changes, please ensure proper credit is given for the original work. Thank you!

Clone repository

git clone https://github.com/jeferson-sb/portfolio.git

Install dependencies

cd portfolio
pnpm install

Start local dev server

pnpm dev

Linting

pnpm lint:js
pnpm lint:css

Formatting

pnpm format