Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 410 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 410 Bytes

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