/portfolio

My personal website built using Vue 3 and Vite

Primary LanguageVueApache License 2.0Apache-2.0

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