mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-23 22:36:42 +02:00
✨ feat(contacts): add complete contacts app with backend, web, and landing
- Add NestJS backend with CRUD endpoints for contacts, groups, tags, notes, and activities - Add SvelteKit web app with auth pages (login, register, forgot-password) - Add Astro landing page - Add ContactsLogo to shared-branding package - Add contacts to MANA_APPS configuration - Update shared-storage with contacts bucket support - Update environment scripts and Docker configuration for contacts database - Integrate mana-core-auth for JWT authentication - Follow existing app architecture patterns (route groups, PillNavigation) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
00176a25e0
commit
45d70150f4
76 changed files with 3812 additions and 1 deletions
25
COMMANDS.md
25
COMMANDS.md
|
|
@ -3,14 +3,39 @@
|
|||
# Alles starten (PostgreSQL, Redis, Auth, Chat)
|
||||
|
||||
pnpm docker:up:all
|
||||
|
||||
|
||||
pnpm docker:down
|
||||
|
||||
pnpm dev:chat:app
|
||||
pnpm dev:contacts:app
|
||||
pnpm dev:picture:app
|
||||
pnpm dev:manacore:app
|
||||
pnpm dev:zitare:app
|
||||
pnpm dev:presi:app
|
||||
|
||||
# Deployment Landingpages:
|
||||
## Einzelne Landing Page
|
||||
pnpm deploy:landing:chat
|
||||
pnpm deploy:landing:picture
|
||||
pnpm deploy:landing:manacore
|
||||
pnpm deploy:landing:manadeck
|
||||
pnpm deploy:landing:zitare
|
||||
|
||||
Hier sind alle Landing Page URLs:
|
||||
|
||||
| Projekt | URL |
|
||||
|----------|------------------------------------|
|
||||
| Chat | https://chat-landing-90m.pages.dev |
|
||||
| Picture | https://picture-landing.pages.dev |
|
||||
| ManaCore | https://manacore-landing.pages.dev |
|
||||
| ManaDeck | https://manadeck-landing.pages.dev |
|
||||
| Zitare | https://zitare-landing.pages.dev |
|
||||
| Presi | https://presi-landing.pages.dev |
|
||||
|
||||
## Alle auf einmal
|
||||
pnpm deploy:landing:all
|
||||
|
||||
Übersicht aller wichtigen Befehle zum Starten, Stoppen und Verwalten der Apps.
|
||||
|
||||
## Inhaltsverzeichnis
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue