Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 428 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 428 Bytes

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