Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 338 Bytes

readme.md

File metadata and controls

16 lines (12 loc) · 338 Bytes

zenith

project jatayu's landing page

instructions

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

testing

temporarily hosted on site.nerdypepper.me