This is the source code for The Graph’s documentation, accessible at https://thegraph.com/docs.
Please read CONTRIBUTING.md. Thank you ❤️
This project is built on Next.js. You can run it on your machine, provided you have Node 16+ and pnpm installed.
First, clone the repo:
git clone https://github.com/graphprotocol/docs.gitMake sure you are inside the folder:
cd docsInstall the dependencies:
pnpm installThen, run the project:
pnpm 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.