https://github.com/spcl/dace-webclient
Web-based SDFG viewer for DaCe
https://github.com/spcl/dace-webclient
Last synced: about 1 year ago
JSON representation
Web-based SDFG viewer for DaCe
- Host: GitHub
- URL: https://github.com/spcl/dace-webclient
- Owner: spcl
- License: bsd-3-clause
- Created: 2020-07-22T16:17:58.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-29T13:21:57.000Z (about 1 year ago)
- Last Synced: 2025-04-03T20:38:58.652Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 68.5 MB
- Stars: 4
- Watchers: 5
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# SDFV - The SDFG Viewer
[](https://github.com/spcl/dace-webclient/actions/workflows/build.yml)
[](https://github.com/spcl/dace-webclient/actions/workflows/test.yml)
[](https://codecov.io/gh/spcl/dace-webclient)
SDFV is a standalone tool for viewing/embedding SDFGs in your web browser. For more
information on SDFGs, see the [DaCe](https://www.github.com/spcl/dace)
repository.
## Contributing
We welcome any and all contributions. To get started with development on SDFV,
run the following `npm` commands while you edit:
```
npm install
npm run watch
```
Before committing your changes, run `npm install && npm run build-prod` to build
a production bundle. GitHub Actions will fail if the production bundle in your
commit is not up-to-date. If the CI is failing, make sure that you run
`npm install` before building as the dependencies might've changed.