diff --git a/README.md b/README.md index ad52358..a3868a7 100644 --- a/README.md +++ b/README.md @@ -24,20 +24,25 @@ Nginx web server ### Development +``` npm install npm run dev +``` Visit localhost:3000 in your browser. -## Production Deployment +### Production Deployment +``` docker-compose up --build +``` Application will be served on port 80. ## Project Structure +``` src/ ├── components/ # Reusable UI components ├── pages/ # Main application pages @@ -47,9 +52,9 @@ public/ ├── videos/ # Video content ├── subtitles/ # Video captions ├── transcriptions/# Text transcripts +``` - -## Environment Setup +# Environment Setup Development: Uses Vite dev server with hot reload Production: Nginx configuration with optimized cache settings @@ -67,6 +72,7 @@ License Proprietary - DeafGain LLC # Contact + For questions or support, reach out through our contact form. This website represents DeafGain LLC's commitment to creating accessible, user-friendly digital experiences while maintaining high technical standards and professional quality. \ No newline at end of file