mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-26 00:24:38 +02:00
chore: add bauntown project to monorepo configuration
- Add bauntown to project list in CLAUDE.md - Add bauntown dev scripts to package.json - Update pnpm-lock.yaml with bauntown dependencies 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
4f7052b0ca
commit
d35ba768cf
3 changed files with 5081 additions and 1430 deletions
|
|
@ -23,6 +23,7 @@ This is a pnpm workspace monorepo containing multiple product applications with
|
|||
| **chat** | AI chat application | NestJS backend, Expo mobile, SvelteKit web, Astro landing |
|
||||
| **wisekeep** | AI wisdom extraction from video | NestJS backend, Expo mobile, SvelteKit web, Astro landing |
|
||||
| **quote** | Daily inspiration quotes | NestJS backend, Expo mobile, SvelteKit web, Astro landing |
|
||||
| **bauntown** | Community website for developers | Astro landing |
|
||||
|
||||
## Development Commands
|
||||
|
||||
|
|
@ -37,6 +38,7 @@ pnpm run picture:dev
|
|||
pnpm run chat:dev
|
||||
pnpm run wisekeep:dev
|
||||
pnpm run quote:dev
|
||||
pnpm run bauntown:dev
|
||||
|
||||
# Start specific app within project
|
||||
pnpm run dev:memoro:mobile # Just mobile app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue