git clone [email protected]:iotanetwork/blog
cd blog
yarn
Once installed or cloned locally and all packages are installed you can begin developing your site.
# Run localhost
yarn dev
# Build your Gatsby site
yarn build
If wanting to use Netlify CMS as the content editor, then you need to be run the proxy in another terminal tab. Then visit http://localhost:8000/admin to view the editor.
# Run proxy
yarn proxy