The-Grid-Data / Explorer

Contains a open-source way to explore our data. Intends to act as a reference implementation.
https://explorer.thegrid.id
5 stars 9 forks source link

A Superteam fork of The Grid's referance data explorer.

This uses our The Grids graphQL endpoint which can be found over at docs.thegrid.id

Right now this takes a very profile focused 'lens' view at our data. In the future, this may expand to other lenses. To understand how we look at lenses, see this

Useage

To be able to customise this to your usecase, the following is a very simple check list of things you need to change:

Installation

Install pnpm

npm install -g pnpm

create a .env file and make sure to add the following variables NEXT_PUBLIC_GRAPHQL_ENDPOINT_URL=https://myurl.com/graphql. Change as needed.

Develop

To develop all apps and packages, run the following command:

pnpm dev

Deployment

The app is dockerized, all the docker files will be available inside the infra directory.

pnpm dev

Build

To build all apps and packages, run the following command:

pnpm build

Deploy on Vercel

Check out Next.js deployment documentation for more details.