Practice app to call a subgraph with graphQl and display Epochs data
Deployed at: https://subgraph-graphql.vercel.app/
- Run
pnpm install
to install all dependencies. If you don't have PNPM you can install it using Node.js Corepack. - Run
pnpm dev
to run the development server. - Open
http://localhost:3000
in your browser.