Running The Indexer Locally
Starting the Indexer
Remember to cd
into your project directory if you have defined one during envio init
.
Before running the Envio CLI command to start the indexer locally, please make sure you have Docker running.
Run the indexer
envio dev
This will automatically open up the Hasura dashboard where you can view the data that has been indexed.
Admin-secret / password for local Hasura is testing
.
Stopping the Indexer
To delete the docker images used for the local development environment, run
envio stop