Skip to content
Snippets Groups Projects
user avatar
Jonas Groeger authored
751_Dokumentation_Tippfehler_auf_der_Seite_Zustellpunkt-ermitteln(planning#751)

See merge request !290
d8582dcf
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