You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[Common Architecture Language Model](./calm)|[@rocketstack-matt](https://github.com/rocketstack-matt), [@jpgough-ms](https://github.com/jpgough-ms)|[](https://github.com/finos/architecture-as-code/actions/workflows/validate-spectral.yml)|
30
-
|[Docs](./docs)|[@rocketstack-matt](https://github.com/rocketstack-matt)|[](https://github.com/finos/architecture-as-code/actions/workflows/s3-docs-sync.yml)[](https://github.com/finos/architecture-as-code/actions/workflows/build-docs.yml)|
|[Common Architecture Language Model](./calm)|[@rocketstack-matt](https://github.com/rocketstack-matt), [@jpgough-ms](https://github.com/jpgough-ms)|[](https://github.com/finos/architecture-as-code/actions/workflows/validate-spectral.yml)|
30
+
|[Docs](./docs)|[@rocketstack-matt](https://github.com/rocketstack-matt)|[](https://github.com/finos/architecture-as-code/actions/workflows/s3-docs-sync.yml)[](https://github.com/finos/architecture-as-code/actions/workflows/build-docs.yml)|
@@ -58,22 +59,19 @@ We accept contributions via Pull Request, to make a contribution:
58
59
6. Push to the branch (`git push origin feature/fooBar`)
59
60
7. Create a new Pull Request
60
61
61
-
62
62
## GitHub actions
63
63
64
64
There aren't many standards to follow when it comes to Github actions - but some good rules of thumb for this project are;
65
65
66
66
- GitHub actions should follow the naming conventions of pre-existing actions to maintain consistency. So that users can find other build-related steps in the same place.
67
67
- Ensure that any obscure actions are documented so that others can follow and maintain them.
68
68
69
-
70
69
## Language Dependencies
71
70
72
71
### TypeScript Packages
73
72
74
73
Currently we have three typescript packages - two of which are managed via `npm workspaces` and one which is just raw `npm`. How these are built and manages slightly differs until they are all under the same worksapce - please look at their related github actions to learn how to build/test each of them.
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
3
+
Calm Visualizer is a tool designed to help visualize and manage software architecture through a UI.
4
4
5
-
Currently, two official plugins are available:
5
+
### Features
6
6
7
-
-[@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
8
-
-[@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
7
+
-Visualize uploaded architecure JSON file using cytoscape JS
8
+
-Toggle connection and node descriptions
9
9
10
-
##Expanding the ESLint configuration
10
+
### Installation
11
11
12
-
If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:
12
+
To install Calm Visualizer, clone the repository and install the dependencies:
13
13
14
-
- Configure the top-level `parserOptions` property like this:
0 commit comments