841 B
841 B
Developer Guide — Will & Representation
This document outlines the standard commands for building, running, and managing the Schopenhauer Chat application.
Development Commands
- Install dependencies:
npm install - Run local development server:
npm run dev - Build production bundle:
npm run build - Run linter:
npm run lint
Docker Commands
- Build and start the container in background:
docker compose up --build -d - Inspect container logs:
docker logs -f schopenhauer-chat - Stop and remove container:
docker compose down
Environment Setup
Ensure .env.local exists in the root directory with:
GEMINI_API_KEY=your_key_here
GEMINI_MODEL=gemini-3.1-flash