Skip to content

samithreddychinni/evolve_frontend

 
 

Repository files navigation

evolve-frontend

Setup ENV

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

Installation

npm install

Run in Development Mode

npm run dev

Run in Production Mode

npm run build && npm run start

About

Frontend source code for Evolve On Click tool.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.9%
  • Other 0.1%