Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 835 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 835 Bytes

StateMachineJoint

This is an example Design studio aimed for developers relatively new to the WebGME platform. It allows model editing, simulation, and some limited model-checking functionality. The studio implements the finite state machine domain. For its special simulator visualization, it uses the JointJS javascript library.

Installation

First, install the StateMachineJoint following:

Second, start mongodb locally by running the mongod executable in your mongodb installation (you may need to create a data directory or set --dbpath).

Then, run webgme start from the project root to start . Finally, navigate to http://localhost:8888 to start using StateMachineJoint!