cd backend pnpm install cp .env.example .env # Edit .env with your
RPC_URL and REDIS settings pnpm dev ``` The API runs on`http://localhost:3001`.</Step><Step title="Frontend">```bash cd frontend pnpm install cp .env.example .env # Edit .env withcontract addresses pnpm dev ``` Open `http://localhost:3000` in your browser.</Step><Step title="Indexer (Optional)">```bashcd indexeryarn installyarn codegenyarn builddocker-compose up -d # Start local Graph nodeyarn deploy-local