This project is a frontend for Enterprise Architect XMI files and is build to document the FINT information models. You can find the documentation portal here: informasjonsmodell.felleskomponent.no.
| Variable | Description | Default value |
|---|---|---|
| GITHUB_ORGANISATION | Name of the GitHub organisation/user | FINTprosjektet |
| GITHUB_REPO | Name of the GitHub repository of the XMI document | fint-informasjonsmodell |
| EA_XMI_FILENAME | Name of the XMI file | FINT-informasjonsmodell.xml |
To start locally run:
yarn run devRun with Docker locally:
docker build -t fint-info-doc .
docker run --rm -p 3000:3000 fint-info-doc