Make sure you have docker installed in your system.
In the root directory run the following command
docker compose up -d
To prepare the workspace for a given network run,
yarn prepare:<network>
To deploy locally
yarn create-local
yarn deploy-local
Go to http://localhost:4000 to view the graphql playground
export NIFTYZONE_SUBGRAPH_ACCESS_KEY=<your-access-key>
yarn deploy:<network>