aseroff / aseroff.github.io

react personal portfolio page

Home Page:https://andy.seroff.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repo is the source and builds for aseroff's personal portfolio site. Note that the master branch is source, as github.io will only host the master branch.

Development

npm start to start server

Deployment

https://andy.seroff.co

  1. git checkout source
  2. npm run build && aws s3 sync build/ s3://andy.seroff.co
  3. invalidate cloudfront

https://aseroff.github.io

  1. git checkout pages
  2. git merge source
  3. npm run deploy

About

react personal portfolio page

https://andy.seroff.co


Languages

Language:JavaScript 45.5%Language:CSS 32.3%Language:SCSS 11.2%Language:HTML 11.0%