Files
fressh/apps/mobile/README.md
EthanShoeDev 2b33da8e20 Better docs
2025-10-07 00:21:46 -04:00

29 lines
637 B
Markdown

## Fressh Mobile (Expo)
This is the Fressh mobile app built with Expo. It provides a clean SSH client
experience. packages:
- `@fressh/react-native-uniffi-russh`
- `@fressh/react-native-xtermjs-webview`
### Setup
```bash
pnpm install
pnpm exec expo start
```
Open using Expo Go, an emulator, or a simulator.
For a high-level feature overview, see the root [`README.md`](../../README.md).
### Development notes
- Edit files under `app/` (file-based routing)
- Ensure Android/iOS tooling is installed for native builds
### Links
- Main README: [`../../README.md`](../../README.md)
- Changelog: [`./CHANGELOG.md`](./CHANGELOG.md)