feat(homecore-frontend/p1): @ruvnet/homecore-frontend Lit+TS+Vite scaffold (3 tests)

Co-Authored-By: claude-flow <ruv@ruv.net>
This commit is contained in:
ruv
2026-05-25 18:53:12 -04:00
parent 68ae6c0bd6
commit d91ffce1ad
22 changed files with 6066 additions and 45 deletions
+11
View File
@@ -0,0 +1,11 @@
/**
* HOMECORE frontend entry point.
* Imports global styles, registers Lit components, and mounts the app shell.
*/
import './styles/tokens.css';
import './styles/base.css';
// Register custom elements
import './components/AppShell.js';
import './components/StateCard.js';