Skip to content

Frontend source code for Evolve On Click tool.

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
LICENSE.md
Notifications You must be signed in to change notification settings

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>

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

No packages published