Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.09 KB

README.md

File metadata and controls

39 lines (30 loc) · 1.09 KB

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