/myPortfolio

my relevant programming content here.

Primary LanguageJavaScript

myPortfolio

This repository contains my programming portfolio site, which is coded in React. To access my site, click on the following link:

Build

If you want to build my project, first you clone the repository code:

git clone https://github.com/gabrielsebrao/myPortfolio

Then, you have to install the npm packages inside the repository folder:

npm install

Finally, you can run the project natively:

npm run dev