Skip to main content

Setup your development

Lerne wir Du die Mediathek startest und mit der Entwicklung starten kannst

Starten und bearbeiten

git clone http://git.liox.io/mrliox/mediathek-core.git
Zugangsdaten bereit halten (Bitwarden)
cd mediathek-core && npm i
npm run serve
Unter localhost:8080 abrufen
Der Port kann ggf. auch ein anderer sein, dass wird nach dem Start der App aber angezeigt

Deploye deine Änderungen

Pushe alle deine Änderungen und frage ggf. einen Pull-Request an
Commit and push your changes to Git for your changes to update in your docs site. If you push and don’t see that the Github app successfully deployed your changes, you can also manually update your docs through our dashboard.

Update your docs

Add content directly in your files with MDX syntax and React components. You can use any of our components, or even build your own.