/DDS-topology-editor

Editor for DDS topology files

Primary LanguageJavaScriptGNU Lesser General Public License v3.0LGPL-3.0

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