mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:21:09 +02:00
feat(news): migrate from archive to local-first + Hono architecture
- Move from apps-archived/ to apps/ - Delete NestJS API, Docker files, old docs, browser extension - Create Hono/Bun server with content extraction (Mozilla Readability) and AI feed API reading from mana-sync's sync_changes - Create local-first store (articles, categories) with guest seed data - Rewrite web app: Feed page, Saved articles with URL extraction, auth pages using shared-auth-ui, AuthGate with guest mode - Add news to shared-branding (app icon, mana-apps registry) - Add CLAUDE.md, dev scripts, root CLAUDE.md entry - 0 type errors on both server and web Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
4a48182677
commit
4d390be5af
574 changed files with 1385 additions and 100253 deletions
|
|
@ -112,6 +112,11 @@
|
|||
"dev:uload:landing": "pnpm --filter @uload/landing dev",
|
||||
"dev:uload:local": "concurrently -n sync,server,web -c magenta,yellow,cyan \"pnpm dev:sync\" \"pnpm dev:uload:server\" \"pnpm dev:uload:web\"",
|
||||
"dev:uload:full": "./scripts/setup-databases.sh uload && ./scripts/setup-databases.sh auth && concurrently -n auth,sync,server,web -c blue,magenta,yellow,cyan \"pnpm dev:auth\" \"pnpm dev:sync\" \"pnpm dev:uload:server\" \"pnpm dev:uload:web\"",
|
||||
"dev:news:web": "pnpm --filter @news/web dev",
|
||||
"dev:news:server": "cd apps/news/apps/server && bun run --watch src/index.ts",
|
||||
"dev:news:landing": "pnpm --filter @news/landing dev",
|
||||
"dev:news:local": "concurrently -n sync,server,web -c magenta,yellow,cyan \"pnpm dev:sync\" \"pnpm dev:news:server\" \"pnpm dev:news:web\"",
|
||||
"dev:news:full": "./scripts/setup-databases.sh auth && concurrently -n auth,sync,server,web -c blue,magenta,yellow,cyan \"pnpm dev:auth\" \"pnpm dev:sync\" \"pnpm dev:news:server\" \"pnpm dev:news:web\"",
|
||||
"todo:db:push": "pnpm --filter @todo/backend db:push",
|
||||
"todo:db:studio": "pnpm --filter @todo/backend db:studio",
|
||||
"todo:db:seed": "pnpm --filter @todo/backend db:seed",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue