This is the monorepo for the DSP Repository, containing all the code and documentation for the DSP Archive, DPE, and Mosaic component library.
For more information about, see the documentation.
You may also view the rendered documentation by following these steps:
- Verify you have just and cargo installed
- Install all dependencies with
just install-requirements - Build and run the documentation with
just docs-serve - Open your browser and navigate to
http://localhost:3000
You may start and run the Mosaic demo application:
- Run:
just watch-mosaic-demo
You may start and run the Leptos DPE application:
- Install dependencies:
just install-requirements - Run:
just watch-leptos-dpe
Apache 2.0