https://github.com/mmorga/archimate-navigator
A web app to explore and query an Enterprise Architecture model in an ArchiMate model
https://github.com/mmorga/archimate-navigator
Last synced: 4 months ago
JSON representation
A web app to explore and query an Enterprise Architecture model in an ArchiMate model
- Host: GitHub
- URL: https://github.com/mmorga/archimate-navigator
- Owner: mmorga
- License: mit
- Created: 2018-07-20T20:19:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-22T20:28:14.000Z (about 1 year ago)
- Last Synced: 2025-04-22T20:28:55.478Z (about 1 year ago)
- Language: TypeScript
- Homepage: http://www.markmorga.com/archimate-navigator/
- Size: 5.57 MB
- Stars: 16
- Watchers: 2
- Forks: 3
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ArchiMate Navigator
This is a proof of concept project that provides a React component that permits the display of
an ArchiMate model's diagrams and provides a query function that produces ad hoc diagrams from the
data included in the model.
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in development mode using [Vite](https://vite.dev/), the browser will automatically open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
### `npm run lint`
Runs [eslint](https://eslint.org/) on the project.
### `npm run prettier`
Runs [Prettier](https://prettier.io/) to format the source code for any changed files.
### `npm run knip`
Runs [Knip](https://knip.dev/) to search for unused code and libraries. Use this with caution,
since some items are reported that are not unused.
### `npm test`
Launches the [Jest](https://jestjs.io/) test runner in the interactive watch mode.
### `npm run build`
Builds the app for production to the `dist` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
## Learn More
To learn Typescript, check out the [Typescript documentation](https://www.typescriptlang.org/).
To learn React, check out the [React documentation](https://reactjs.org/).