Project StructureAppsNext.js ApplicationLocal DevelopmentOn this pageLocal Development Quickstart 1. Install Dependencies # Install dependenciespnpm i# Configure environment variables# There is an `.env.example` in the root directory you can use for referencecp .env.example .env 2. Run the Web App cd apps/nextjspnpm dev