mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:21:09 +02:00
feat(moodlit): restore from git history, migrate to local-first + Hono
- Restore from git history (was deleted in 079b55a79)
- Delete NestJS backend and mobile app
- Create Hono/Bun server with preset moods API
- Create local-first store (moods, sequences) with 8 preset moods
- Rewrite web app: Moods page with color gradient cards and activation,
Sequences page with CRUD, auth via shared-auth-ui with guest mode
- 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
7f2b9f893b
commit
72da55d3d0
139 changed files with 5607 additions and 5877 deletions
|
|
@ -117,6 +117,10 @@
|
|||
"dev:wisekeep:landing": "pnpm --filter @wisekeep/landing dev",
|
||||
"dev:wisekeep:local": "concurrently -n sync,server,web -c magenta,yellow,cyan \"pnpm dev:sync\" \"pnpm dev:wisekeep:server\" \"pnpm dev:wisekeep:web\"",
|
||||
"dev:wisekeep: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:wisekeep:server\" \"pnpm dev:wisekeep:web\"",
|
||||
"dev:moodlit:web": "pnpm --filter @moodlit/web dev",
|
||||
"dev:moodlit:server": "cd apps/moodlit/apps/server && bun run --watch src/index.ts",
|
||||
"dev:moodlit:landing": "pnpm --filter @moodlit/landing dev",
|
||||
"dev:moodlit:local": "concurrently -n sync,server,web -c magenta,yellow,cyan \"pnpm dev:sync\" \"pnpm dev:moodlit:server\" \"pnpm dev:moodlit: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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue