Welcome to the Great Beginnings Day Care website documentation.
Complete guide for configuring all required environment variables:
- Google Maps API setup
- EmailJS configuration
- Error tracking (Sentry/LogRocket)
- Analytics integration
- Troubleshooting guide
Comprehensive testing documentation:
- Unit & Component tests with Vitest
- E2E tests with Playwright
- Visual regression testing
- CI/CD integration
- Best practices & troubleshooting
- Environment Setup - Start here!
- Main README - Project overview
- .env.example - Environment variables template
- Validation: Environment variables are validated automatically via
lib/env.ts - Instrumentation: Server startup validation via
instrumentation.ts - Type Safety: Full TypeScript support with Zod schemas
# Copy example file
cp .env.example .env.local
# Edit with your values
# See ENVIRONMENT_SETUP.md for detailed instructions
# Restart dev server
bun run dev# Check console for:
✅ Environment variables validated successfully
✅ Server environment validation successfulSee Troubleshooting Section in Environment Setup guide.
Need help? Create an issue or check the troubleshooting guides.