An open API service indexing awesome lists of open source software.

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

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.