chore: add community templates, simplify setup, fix lockfile (#177)
This commit is contained in:
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user