The Graph Docs
This is the source code for The Graphβs documentation, accessible at https://thegraph.com/docs.
Contributing
Please read CONTRIBUTING.md. Thank you β€οΈ
Local Setup
This project is built on Next.js. You can run it on your machine, provided you have Node 16+ and Yarn installed.
First, clone the repo:
bash
git clone https://github.com/graphprotocol/docs.gitMake sure you are inside the folder:
bash
cd docsInstall the dependencies:
bash
yarnThen, run the project:
bash
yarn devThatβs it! Go to http://localhost:3000 to see it in action. Any change you make to a file in pages should be refreshed automatically in your browser.