Skip to content

colinrobertbrooks/blog

Repository files navigation

My personal blog. Forked from Gatsby blog starter.

Install dependencies

yarn

Run development server

yarn start

Build for production

yarn build

Serve production build locally

serve -s public

Deploy to GitHub Pages

yarn deploy