Skip to content

ABCrimson/gbdc-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation

Welcome to the Great Beginnings Day Care website documentation.

📚 Available Guides

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

🚀 Quick Links

Getting Started

  1. Environment Setup - Start here!
  2. Main README - Project overview
  3. .env.example - Environment variables template

Development

  • 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

🔧 Common Tasks

Setup Environment Variables

# 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

Verify Environment

# Check console for:
✅ Environment variables validated successfully
✅ Server environment validation successful

Troubleshooting

See Troubleshooting Section in Environment Setup guide.

📝 Additional Resources


Need help? Create an issue or check the troubleshooting guides.

About

Great Beginnings Day Care website - Next.js 15.5.4 + React 19.2.0 + Bun 1.2.23

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors