Skip to content
Snippets Groups Projects
user avatar
Michael Haidner authored
'Diese Veranstaltung findet je nach Bedarf statt' statt 'Diese Veranstaltung findet nach Bedarf statt' in der Datei 'src/pages/termine.mdx' geändert.
c6382f30
History

FIT-Connect Dokumentation

Die Dokumentation ist hier zu finden: https://docs.fitko.de/fit-connect/

Lokale Entwicklung

Serves the last build statically made

$ yarn
$ yarn start

Serves the current active dev environment

$ yarn
$ yarn serve

Bauen für Produktion

$ export DOCUSAURUS_BASE_URL="/fit-connect/"
$ yarn build