- Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
- Node
brew install node
cd francistogram/
npm install
gatsby develop
View the blog at http://localhost:8000/ Test GraphQL queries at http://localhost:8000/___graphql
Deploys are automatically handled by Netlify when a commit is pushed to master