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.
- Host: GitHub
- URL: https://github.com/evolutionary-algorithms-on-click/evolve_frontend
- Owner: Evolutionary-Algorithms-On-Click
- License: gpl-3.0
- Created: 2024-10-21T04:56:19.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-04-07T09:06:34.000Z (6 months ago)
- Last Synced: 2025-04-15T02:09:03.166Z (6 months ago)
- Topics: ai, cookies, gemini, minimalist-design, nextjs, tailwindcss, vercel-ai-sdk
- Language: JavaScript
- Homepage:
- Size: 2.17 MB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```