Skip to content

92arpitgoyal/ag-blog

Repository files navigation

Personal blog and portfolio of Arpit Goyal

Netlify Status Website PageSpeed Website

Based on Gatsby 2, generated by www.stackbit.com with Ampersand Theme, v0.2.25; uses forestry.io to manage site content.

Uses Gatsby 2, Node 10, React 16

Use the Rosetta terminal

rm -rf node_modules
rm package-lock.json
rm -rf public

nvm install 10
nvm use 10

npm i
npm run build
npm run develop