Update with proper formatting

This commit is contained in:
TheMaddax 2024-11-23 13:52:46 -06:00
parent eeeca351ec
commit f24a6e5551

View file

@ -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.