This repository contains the seeds and plugins for the WebGME power project.
The goal of the project is to develop a domain specific modeling language (DSML) to model power system models in WebGme platform and use the dedicated methods/plugins to transform these models according the input semantics of the required simulation platforms by performing error checking, constriant checking, type checking, etc. In addition the tool can be exentendible to perform the required analysis by integrating the simulation tools together within the WebGme platform.
Make sure the dependencies for webgme are installed.
- Clone this repository and from the root of the repo do:
npm install
- installs all dependenciesnpm install webgme
- installs webgme (it's a peer-dependency).- Launch a local mongodb instance (if not local edit the webgme config).
npm start
- Visit localhost:8888 from a browser.