An open API service indexing awesome lists of open source software.

https://github.com/agentlab/sprotty-cljs


https://github.com/agentlab/sprotty-cljs

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Sprotty class diagram example model-source in ClojureScript

## Run

``` shell
yarn install

yarn watch app
```

## Clean

``` shell
yarn clean
```

## Release

``` shell
yarn release
```