JoshuaKGoldberg / Goldblog

Archived repository that's since been moved to https://github.com/JoshuaKGoldberg/joshuakgoldberg-dot-com
https://joshuakgoldberg.com/blog
MIT License
10 stars 3 forks source link
blog javascript react typescript web

Goldblog

Personal blog for Josh Goldberg. Hooray!

🚀 Development

After installing Node >=14 and Yarn 1.x, set up the repository locally with:

git clone https://github.com/JoshuaKGoldberg/goldblog
cd goldblog
yarn

Start the Gatsby local development server:

yarn start