Complete Docker migration with Next.js 15 and cleaned design
- 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
This commit is contained in:
7
.env
7
.env
@@ -1,6 +1,9 @@
|
||||
# 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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
|
||||
|
||||
@@ -8,7 +11,7 @@ OPENAI_API_KEY=sk-proj-jcmC37sttMUZ5__f8gpcq6-YwZOu4zF0ocsQCfQinRRD7tzcNPqafJBz2
|
||||
HUGGING_FACE_TOKEN=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
|
||||
|
||||
# Server Port
|
||||
PORT=3002
|
||||
PORT=3444
|
||||
|
||||
# Environment Mode
|
||||
NODE_ENV=production
|
||||
NODE_ENV=development
|
||||
|
||||
Reference in New Issue
Block a user