https://github.com/php-workx/zusamn
Collaborative Shopping Cart
https://github.com/php-workx/zusamn
Last synced: 4 months ago
JSON representation
Collaborative Shopping Cart
- Host: GitHub
- URL: https://github.com/php-workx/zusamn
- Owner: php-workx
- Created: 2026-01-23T05:47:01.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-01-31T07:12:08.000Z (5 months ago)
- Last Synced: 2026-01-31T20:37:40.769Z (5 months ago)
- Language: TypeScript
- Size: 549 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Zusamn Monorepo
## Stack
- Turborepo + pnpm workspaces
- Expo (mobile + web)
- Tamagui UI
- Firebase (Auth + Firestore + Cloud Functions)
## Dev
```bash
pnpm i
pnpm lint
pnpm typecheck
pre-commit install
```
Prereqs: Node 22, pnpm 10.27.0+
### Run apps
```bash
# Mobile (iOS/Android)
pnpm --filter @zusamn/mobile start
# Web
pnpm --filter @zusamn/web start
```
## Firebase
See `firebase/README.md` for local emulators and deployment notes.