# scl-live-editor

Edit, preview and share System Context Language diagrams.


## Features

- edit and preview SCL documents in real time.
- save the result as a svg

## SCL Sample

A Mermaid flowchart diagram can be generated from this text:

```
Flux Capacitor
  is in A DeLorean
  <Enables> Time Travel

Time Travel
  <Can Prevent> Getting Shot By Libyans
```

## Setup

```
yarn install
```


## Development

```
yarn dev
open http://localhost:1234
```

This app is created with React + React Router v4.


## Release

```
yarn release
```
