mirror of
https://github.com/EthanShoeDev/fressh.git
synced 2026-01-12 23:02:49 +00:00
29 lines
637 B
Markdown
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)
|