Web interface for MagicBlock Console. Built with SvelteKit 2 and Svelte 5.
npm run dev -w packages/webOpen http://localhost:5173 in your browser.
npm run build -w packages/websrc/routes/(landing)/— SSR landing page and documentation (prerendered for SEO)src/routes/(app)/dashboard/— SPA dashboard (client-side only)src/lib/components/— Reusable Svelte componentssrc/lib/stores/— Svelte stores for state managementsrc/lib/utils/— Utility functions