Skip to content

docs: expand local development guide#2

Open
DeFiVC wants to merge 1 commit into
mainfrom
docs/expand-local-dev-guide
Open

docs: expand local development guide#2
DeFiVC wants to merge 1 commit into
mainfrom
docs/expand-local-dev-guide

Conversation

@DeFiVC

@DeFiVC DeFiVC commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Fix Prisma references → Drizzle ORM commands (npm run db:generate, db:migrate, db:seed)
  • Fix VITE_ env var prefix → NEXT_PUBLIC_ for Next.js frontend
  • Add architecture overview section with ASCII diagram and package/port table
  • Add contribution workflow (branch naming, conventional commits, PR process, code style)
  • Add troubleshooting entries for WASM target, Cohere API, and frontend connectivity
  • Fix uvicorn app.main:appuvicorn src.main:app
  • Update IDE extensions (Drizzle instead of Prisma)

Closes #13

- Fix Prisma references to Drizzle ORM commands
- Fix VITE_ env var prefix to NEXT_PUBLIC_ for Next.js
- Add architecture overview with ASCII diagram and package table
- Add contribution workflow (branch naming, conventional commits, PR process)
- Add troubleshooting for WASM target, Cohere API, frontend connectivity
@DeFiVC

DeFiVC commented Jul 8, 2026

Copy link
Copy Markdown
Contributor Author

Review Summary

Thorough docs cleanup fixing multiple inaccuracies.

What's Good

  • Prisma → Drizzle commands (db:generate, db:migrate, db:seed)
  • VITE_NEXT_PUBLIC_ with Next.js env var explanation
  • Architecture ASCII diagram + package table
  • Contribution workflow (branch naming, conventional commits, PR process)
  • New troubleshooting: WASM target, Cohere API, frontend connectivity
  • CI "Validate Docs" passed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant