chrisotto6 / chrisottodev

Personal website built with Gatsby.
https://www.chrisotto.dev
MIT License
23 stars 10 forks source link
gatsby graphql react

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