Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 645 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 645 Bytes

My Portfolio

Developed using Vue + Vite ♥

Netlify Status

Getting started

Clone repository

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

Install dependencies

$ cd portfolio
$ npm i

Start local dev server

$ npm run dev

Linting

$ npm run lint

Formatting

$ npm run prettier