First, rename .env.example
file to .env
. You can do that by running cp .env.example .env
Then, run docker-compose up -d
to enable explorer-service, Redis, and daemons locally.
Explorer service will be exposed on port 3001.
If you add a new API, be careful to add request.header.origin
as cacheKey, if applicable. Otherwise, you may see CORS error when accessing the same resource from different domains.
See in the SOP.