ZenUml / docs

1 stars 0 forks source link

ZenUML.com

A Free Sequence Diagram Online Tool

[Docs](https://docs.zenuml.com) | [Confluence App](https://marketplace.atlassian.com/apps/1218380/zenuml-sequence-diagram?tab=overview&hosting=cloud) | [Chrome Extension](https://chrome.google.com/webstore/detail/zenuml-sequence/kcpganeflmhffnlofpdmcjklmdpbbmef) | [Playground](https://app.zenuml.com)

JavaScript based diagramming tool that renders Markdown-inspired text definitions to create and modify sequence diagrams dynamically.

Installation

$ pnpm install

Local Development

$ pnpm start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ pnpm build

This command generates static content into the build directory and can be served using any static contents hosting service.