https://github.com/agentlab/sprotty-cljs
https://github.com/agentlab/sprotty-cljs
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/agentlab/sprotty-cljs
- Owner: agentlab
- License: apache-2.0
- Created: 2020-04-12T16:05:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T19:22:32.000Z (over 3 years ago)
- Last Synced: 2024-03-26T05:22:06.545Z (over 2 years ago)
- Language: JavaScript
- Size: 126 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```