Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 672 Bytes

README.md

File metadata and controls

57 lines (37 loc) · 672 Bytes

Portfolio

Portfolio built with React and Sass (.scss) files


Instructions

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

Customize

All data are on the data.js file

src/data/data.js

images and assets are on the Public folder

public/assets
public/img

Deploy to Github page

Change homepage property on package.json

"homepage": "http://{username}.github.io/{repo}",

Run the deploy script

npm run deploy