/FSq-Poplar.github.io

Code and files for my personal website/portfolio

Primary LanguageJavaScriptMIT LicenseMIT

FSq-Poplar.github.io

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.

Workflows

  • Linted with Super-Linter on push
  • Deployed and hosted at GitHub pages on push to master

Usage

Development:

npm install
npm start

Deployment:

npm build