Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 344 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 344 Bytes

thomasbroadley.com

My personal website and blog.

Setup

yarn

Install entr to run yarn watch.

Development

  • yarn serve to serve the docs folder at 127.0.0.1:8080
  • yarn build to build everything
  • yarn watch to run yarn build every time a file outside of docs changes