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:
Till-JS 2025-11-27 15:10:15 +01:00
parent 4f7052b0ca
commit d35ba768cf
3 changed files with 5081 additions and 1430 deletions

View file

@ -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