personal-portfolio
This portfolio is made with React, Material UI and lots of love. Although it is my personal portfolio, feel free to fork and have fun with it.
Installation
- Run
npm i
. - Run
npm start
. - Visit localhost:3000.
Publish on GitHub Pages
- Run
npm run deploy
. This will start the build process and push afterwards to the gh-pages branch. - Set under Settings > GitHub Pages the source to
gh-pages branch
and clickSave
.