Affordable POS for small shops in East Africa. Track sales, monitor fast-moving products & calculate change accurately. Built to bridge informal trade and formal finance through data-driven lending.
# DukaPOS
Expo React Native app with TypeScript.
## Prerequisites
- Node.js (LTS recommended)
- Expo CLI via `npx` (no global install required)
## Run the app
```bash
npm install
npm start
```
Then press `a` for Android, `i` for iOS (macOS), or `w` for web.
## Scripts
| Command | Description |
| -------------- | ------------------------ |
| `npm start` | Start the Expo dev server |
| `npm run android` | Open on Android emulator/device |
| `npm run ios` | Open on iOS simulator (macOS) |
| `npm run web` | Open in the browser |
Earlier repository notes are kept in README.legacy.md.