Skip to content

vitoroberto/vitor-portfolio

Repository files navigation

My Portfolio

My portfolio website, which has some information about me and my personal projects.

Technologies   |    How To Use

website screenshot

Technologies

This project was developed with the following technologies:

How to use

To clone and run this application, you'll need Git, Node.js v18.12.1 or higher + npm v8.19.2 or higher installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/vitoroberto/vitor-portfolio.git
# Go into the repository
$ cd vitor-portfolio
# Install dependencies
$ npm install
# Run the app
$ npm run dev