Skip to content

jeferson-sb/portfolio

Repository files navigation

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