chore: add community templates, simplify setup, fix lockfile (#177)

This commit is contained in:
Pascal
2026-03-25 21:20:25 -07:00
committed by GitHub
parent e2cde339ae
commit 49c045e861
9 changed files with 339 additions and 337 deletions
+1 -5
View File
@@ -1,4 +1,4 @@
# Pascal Editor V2 — Architecture
# Pascal Editor — Architecture
## Project Structure
@@ -10,8 +10,6 @@ apps/
packages/
core/ # Scene schema, state, systems, spatial logic
viewer/ # 3D canvas component (React Three Fiber)
auth/ # Authentication (better-auth + Supabase)
db/ # Database layer (Drizzle ORM + Supabase)
ui/ # Shared React UI components
```
@@ -90,6 +88,4 @@ User input (pointer/keyboard)
| Framework | Next.js 16, React 19 |
| State | Zustand + Zundo |
| UI | Radix UI, Tailwind CSS 4 |
| Database | Supabase PostgreSQL + Drizzle ORM |
| Auth | better-auth |
| Tooling | Biome, TypeScript 5.9, Turborepo |