project jatayu's landing page
npm install # install deps
npm run build
npm run export # produce static content
npm install -g serve # simple webserver
serve -p 8080 out/ # visit localhost:8080
temporarily hosted on site.nerdypepper.me