Skip to content

tbroadley/thomasbroadley.com

Repository files navigation

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