Create a .env
file in the root directory of the project and add the following environment variables:
NEXT_PUBLIC_AUTH_BASE_URL=<auth_microservice_base_url>
NEXT_PUBLIC_BACKEND_BASE_URL=<runner_controller_microservice_base_url>
NEXT_PUBLIC_MINIO_BASE_URL=<minio_base_url>
NEXT_PUBLIC_AI=<true/false> # If you want to use AI features
GOOGLE_GENERATIVE_AI_API_KEY=<google_generative_ai_api_key> # If you want to use AI features
npm install
npm run dev
npm run build && npm run start