Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 410 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 410 Bytes

Axie GraphQL Documentation

API Documentation for the Axie Infinity GraphQL Endpoint.

Customization Guide

This site is usings rocketseat. You may refer to this guide.

Rebuild Locally

Install dependencies.

npm install

Start development server.

gatsby develop

Test production build.

gatsby clean && gatsby build && gatsby serve