spcl / dace-webclient

Web-based SDFG viewer for DaCe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SDFV - The SDFG Viewer

Build Tests codecov

SDFV is a standalone tool for viewing/embedding SDFGs in your web browser. For more information on SDFGs, see the 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.

About

Web-based SDFG viewer for DaCe

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 77.6%Language:TypeScript 22.0%Language:SCSS 0.3%Language:HTML 0.1%