# FIT-Connect Dokumentation

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

## Lokale Entwicklung

```shell
$ yarn
$ yarn start
```

## Bauen für Produktion

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