···52525353Repeat this process for all relevant packages and applications in the monorepo.
54545555+### Environment Variables
5656+5757+Below is a brief description of the variables defined in the example environment files.
5858+5959+#### API (`apps/api/.env.example`)
6060+6161+- `NEXT_PUBLIC_LENS_NETWORK` โ Lens network to use (`mainnet`, `testnet`, or `staging`).
6262+- `DATABASE_URL` โ Connection string for the main Postgres database.
6363+- `LENS_DATABASE_URL` โ Read-only Postgres connection for Lens data.
6464+- `REDIS_URL` โ Redis connection string for caching.
6565+- `PRIVATE_KEY` โ Private key used to sign Lens requests.
6666+- `EVER_ACCESS_KEY` โ Access key for 4EVERLAND storage.
6767+- `EVER_ACCESS_SECRET` โ Secret key for 4EVERLAND storage.
6868+- `SHARED_SECRET` โ Token for internal API authorization.
6969+- `OPENROUTER_API_KEY` โ API key for OpenRouter AI services.
7070+7171+#### Web (`apps/web/.env.example`)
7272+7373+- `VITE_IS_PRODUCTION` โ Boolean flag indicating production mode for Vite.
7474+- `NEXT_PUBLIC_LENS_NETWORK` โ Lens network used by the web app.
7575+5576### Start the Development Server
56775778To run the application in development mode: