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