An open API service indexing awesome lists of open source software.

https://github.com/jonathanharrell/jonathan-harrell

New version of Jonathan Harrell's personal development blog using Gatsby.
https://github.com/jonathanharrell/jonathan-harrell

Last synced: over 1 year ago
JSON representation

New version of Jonathan Harrell's personal development blog using Gatsby.

Awesome Lists containing this project

README

          

# Jonathan-Harrell.com

[![Netlify Status](https://api.netlify.com/api/v1/badges/cf8f597c-dae5-4c4b-b70d-3cea9aab01da/deploy-status)](https://app.netlify.com/sites/jonathan-harrell/deploys)

Code for [Jonathan Harrell's development blog](https://www.jonathan-harrell.com). Gatsby front-end and Netlify CMS backend.

## Installation

```sh
npm install
```

## Scripts

```sh
# Run in dev mode
npm run dev

# Build for production
npm run build

# Serve production build
npm run serve

# Run storybook
npm run storybook
```