refactor: Update project structure to place tools and frontends under components/

This commit is contained in:
2026-02-22 22:56:54 -08:00
parent 006cafa1e8
commit 033a76ccfd
3 changed files with 18 additions and 15 deletions

View File

@@ -20,7 +20,7 @@ How to build, serve, and manage web frontends as castle components.
```bash
# Create the project
mkdir my-frontend && cd my-frontend
mkdir components/my-frontend && cd components/my-frontend
pnpm create vite . --template react-ts
# Core dependencies