Skip to content

rbx/DDS-topology-editor

 
 

Repository files navigation

DDS-topology-editor

Running

To run the editor, open dist/index.html.

Development

For development npm or yarn is required.

First, install the project dependencies (use yarn instead of npm if you prefer):

npm install

To build the project:

npm run build

To run the project in development mode on a webpack server ( http://localhost:8080/ ):

npm run dev

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%