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.
- Host: GitHub
- URL: https://github.com/jonathanharrell/jonathan-harrell
- Owner: jonathanharrell
- Created: 2020-04-04T18:50:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-30T15:28:51.000Z (about 3 years ago)
- Last Synced: 2025-03-01T01:01:59.405Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://www.jonathan-harrell.com
- Size: 114 MB
- Stars: 4
- Watchers: 1
- Forks: 8
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jonathan-Harrell.com
[](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
```