This repository contains the OSIPY web platform.
dashboard/contains the SvelteKit dashboard and its optional local Python companion.- The backend will be added as a separate top-level project.
make devThe dashboard is available at http://localhost:60010.
make release-dry-run
make releaseUse the dry run to preview the intentional local release workflow. See docs/releases.md; a real release requires explicit authorization because it commits, tags, pushes, and publishes.
MIT. See LICENSE.