- Migrated from Express.js to Next.js 15 with TypeScript - Added Docker Compose v2 with multi-stage builds - Implemented Docker Bake support for improved builds - Created professional component structure with Tailwind CSS - Added enhanced visual design with glass morphism effects - Improved responsive layout and better UX flow - Updated all dependencies and configurations - Added proper TypeScript types and modern practices - Created development scripts for easy container management - Cleaned up excessive animations for better user experience
18 lines
570 B
Bash
18 lines
570 B
Bash
# Environment Configuration for KidsAI Explorer
|
|
# Active configuration file
|
|
|
|
# Docker Bake Configuration for better build performance (if supported)
|
|
COMPOSE_BAKE=true
|
|
|
|
# OpenAI API Key - for reliable AI-powered educational guidance
|
|
OPENAI_API_KEY=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
|
|
|
|
# Hugging Face API Token (backup)
|
|
HUGGING_FACE_TOKEN=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
|
|
|
|
# Server Port
|
|
PORT=3444
|
|
|
|
# Environment Mode
|
|
NODE_ENV=development
|