An open API service indexing awesome lists of open source software.

https://github.com/evolutionary-algorithms-on-click/evolve_frontend

Frontend source code for Evolve On Click tool.
https://github.com/evolutionary-algorithms-on-click/evolve_frontend

ai cookies gemini minimalist-design nextjs tailwindcss vercel-ai-sdk

Last synced: about 2 months ago
JSON representation

Frontend source code for Evolve On Click tool.

Awesome Lists containing this project

README

          

# evolve-frontend

## Setup ENV

Create a `.env` file in the root directory of the project and add the following environment variables:

```env
NEXT_PUBLIC_AUTH_BASE_URL=
NEXT_PUBLIC_BACKEND_BASE_URL=
NEXT_PUBLIC_MINIO_BASE_URL=
NEXT_PUBLIC_AI= # If you want to use AI features
GOOGLE_GENERATIVE_AI_API_KEY= # If you want to use AI features
```

## Installation

```bash
npm install
```

## Run in Development Mode

```bash
npm run dev
```

## Run in Production Mode

```bash
npm run build && npm run start
```