colinrobertbrooks / blog

My blog

Home Page:https://colinrobertbrooks.github.io/blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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