Skip to content

crossecore/ecore-editor

Repository files navigation

Build

If you are using node v17+ please change the package.json like so:

"scripts": {
- "start": "rescripts start",
+ "start": "rescripts --openssl-legacy-provider start",
- "build": "rescripts build",
+ "build": "rescripts --openssl-legacy-provider build",
- "test": "rescripts test",
+ "test": "rescripts --openssl-legacy-provider test",
- "eject": "rescripts eject"
+ "eject": "rescripts --openssl-legacy-provider eject"
  }
yarn install
yarn build
yarn start

If you are using

Notes

Must use inversify@5.0.1

About

React based Ecore editor that runs entirely in the browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published