Update with proper formatting
This commit is contained in:
parent
eeeca351ec
commit
f24a6e5551
1 changed files with 9 additions and 3 deletions
12
README.md
12
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.
|
||||
Loading…
Add table
Reference in a new issue