figment-networks / docs

Documentation for The Graph

Home Page:https://thegraph.com/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

git clone https://github.com/graphprotocol/docs.git

Make sure you are inside the folder:

cd docs

Install the dependencies:

yarn

Then, run the project:

yarn dev

That’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.

About

Documentation for The Graph

https://thegraph.com/docs

License:Apache License 2.0


Languages

Language:TypeScript 89.9%Language:JavaScript 8.0%Language:HCL 1.1%Language:Dockerfile 0.6%Language:Shell 0.4%