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
|
### Development
|
||||||
|
|
||||||
|
```
|
||||||
npm install
|
npm install
|
||||||
npm run dev
|
npm run dev
|
||||||
|
```
|
||||||
|
|
||||||
Visit localhost:3000 in your browser.
|
Visit localhost:3000 in your browser.
|
||||||
|
|
||||||
## Production Deployment
|
### Production Deployment
|
||||||
|
|
||||||
|
```
|
||||||
docker-compose up --build
|
docker-compose up --build
|
||||||
|
```
|
||||||
|
|
||||||
Application will be served on port 80.
|
Application will be served on port 80.
|
||||||
|
|
||||||
|
|
||||||
## Project Structure
|
## Project Structure
|
||||||
|
|
||||||
|
```
|
||||||
src/
|
src/
|
||||||
├── components/ # Reusable UI components
|
├── components/ # Reusable UI components
|
||||||
├── pages/ # Main application pages
|
├── pages/ # Main application pages
|
||||||
|
|
@ -47,9 +52,9 @@ public/
|
||||||
├── videos/ # Video content
|
├── videos/ # Video content
|
||||||
├── subtitles/ # Video captions
|
├── subtitles/ # Video captions
|
||||||
├── transcriptions/# Text transcripts
|
├── transcriptions/# Text transcripts
|
||||||
|
```
|
||||||
|
|
||||||
|
# Environment Setup
|
||||||
## Environment Setup
|
|
||||||
|
|
||||||
Development: Uses Vite dev server with hot reload
|
Development: Uses Vite dev server with hot reload
|
||||||
Production: Nginx configuration with optimized cache settings
|
Production: Nginx configuration with optimized cache settings
|
||||||
|
|
@ -67,6 +72,7 @@ License
|
||||||
Proprietary - DeafGain LLC
|
Proprietary - DeafGain LLC
|
||||||
|
|
||||||
# Contact
|
# Contact
|
||||||
|
|
||||||
For questions or support, reach out through our contact form.
|
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.
|
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