Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 202 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 202 Bytes

Dev

yarn && yarn dev

Build

This will build a static site in ./build

yarn build

Deploy

Builds a new site and deploys it to now css.bryce.fail

yarn deploy