Skip to content

amaechler/amaechler.com

Repository files navigation

amaechler.com

How to develop

yarn develop

develop runs gatsby develop which creates a development build and serves that build from a development server.

How to deploy

To deploy a new version, run

yarn deploy

yarn deploy will

  • trigger a clean gatsby build
  • use gh-pages to commit and push the build output to the gh-pages branch on GitHub (which is tied to GitHub Pages)
  • run yarn clobber to clean up