Skip to content

Evolutionary-Algorithms-On-Click/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.

Topics

Resources

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
LICENSE.md

Stars

Watchers

Forks

Packages

 
 
 

Contributors 5

Languages