Files
2025-11-09 00:26:00 -06:00

373 B

Frontend

This directory contains the Next.js frontend. The current scaffold renders a placeholder page so the Docker stack can start without additional setup.

Development

Inside Docker (recommended):

docker compose up frontend-gpt

Local node tooling:

npm install
npm run dev

The development server is available at http://localhost:3000.