Skip to content

ZalozbaDev/multilang_theater_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎭 Multilang Theater App

Web-App zur Simultanübersetzung von Theaterstücken – jeder Zuschauerin wählt die Sprache, der Admin steuert zentral.

🔧 Setup

git clone https://github.com/deinname/multilang-theater-app.git
cd multilang-theater-app
cp webapp/.env.example webapp/.env
cp .env.example .env
docker-compose up --build

If you use your own compose file, build the containers individually:

cd server/
docker build -t theater_backend .

cd webapp/
docker build -t theater_frontend .

📁 Audio-Dateien

Ordnerstruktur:

webapp/public/audio/de/intro.mp3
webapp/public/audio/en/intro.mp3
...

Anpassungen

  • Sprachliste:
    • webapp/src/TheaterTranslationApp.tsx
    • webapp/src/AdminPanel.tsx
  • Anzahl Sätze:
    • .env --> ENVVAR_TOTAL_CUES
  • Container bauen
    • webapp reicht, wenn nur Audio neu ist

🛠 Admin-Login

Wird durch Passwort aus .env geschützt (REACT_APP_ADMIN_PASSWORD).

About

Test chatgpt coding skills

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •