Portfolio built with React and Sass (.scss) files
First clone this repository
$ git clone https://github.com/filipeqs/portfolio.gitInstall dependencies. Make sure you already have npm installed in your system
npm installRun it.
npm startAll data are on the data.js file
src/data/data.jsimages and assets are on the Public folder
public/assetspublic/imgChange homepage property on package.json
"homepage": "http://{username}.github.io/{repo}",Run the deploy script
npm run deploy