My personal portfolio for 2019 built on Gatsby
Live demo: https://www.taylorradtke.com
# clone the repo
$ git clone https://github.com/radtket/taylorradtke.com.git my-project
# go into app's directory
$ cd my-project
# install app's dependencies
$ npm install
# serve with hot reload at localhost:3000.
$ npm run start
# build for production with minification
$ npm run build