Code and deployment of my online portfolio. A live version can be found at fsq-poplar.com.
The website is mostly stock React, with social media icons from Font Awesome and animations constructed using GreenSock.
- Linted with Super-Linter on push
- Deployed and hosted at GitHub pages on push to master
Development:
npm install
npm start
Deployment:
npm build