Skip to content

This repository is dedicated to SDS Working Group for developing a visual editor for Aspect Models based on BAMM

License

Notifications You must be signed in to change notification settings

georgemoscu/sds-aspect-model-editor

 
 

Repository files navigation

Aspect Model Editor

Table of Contents

Introduction

This project includes the Aspect model editor and their documentation.

Getting help

Are you having trouble with Aspect Model Editor? We want to help!

Getting started

Setup

  • Download & Install Node.js
  • To generate Aspect Model documentation, the installation GraphViz is required.

Install & Run

npm install
npm run start

Run As Electron

Windows:

npm run electron-start-win-dev
npm run electron-start-win-prod

Mac:

npm run electron-start-mac-dev
npm run electron-start-mac-prod

Unix:

npm run electron-start-unix-dev
npm run electron-start-unix-prod

Running E2E (Cypress) Test

npm run cypress

Documentation

The documentation can be found in the root directory under the path documentation.

License

SPDX-License-Identifier: MPL-2.0

This program and the accompanying materials are made available under the terms of the Mozilla Public License, v. 2.0.

The Notice file details contained third party materials.

GraalVm native-image

To build a native image we use GraalVm: GraalVm

About

This repository is dedicated to SDS Working Group for developing a visual editor for Aspect Models based on BAMM

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 63.0%
  • JavaScript 28.3%
  • HTML 6.2%
  • SCSS 2.3%
  • Other 0.2%