git clone https://github.com/HarvardOpenData/HarvardOpenData.github.io.git
cd hodp-website
npm install
npm start
# Studio at http://localhost:3333
# Web frontend at http://localhost:8000
# GraphiQL explorer at http://localhost:8000/___graphql
prettier --write "*.js"
MIT