chrisottodev icon indicating copy to clipboard operation
chrisottodev copied to clipboard

Personal website built with Gatsby.

Chris Otto's Blog

Build and Deploy

Build Status Netlify Status

Coverage

Coverage Coverage Coverage Coverage

Getting Started

Clone the repository and run:

yarn install

To run the local develop build run:

gatsby develop

To run the production build and serve locally run:

yarn build:local && gatsby serve