This project was developed with the following technologies:
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