mirror of
https://github.com/l5yth/potato-mesh.git
synced 2026-07-04 08:51:51 +02:00
356f60d02f
* app: add scaffholding gitignore * update agents md * add linter to mobile workflow * run dart formatter
13 lines
172 B
Markdown
13 lines
172 B
Markdown
# Meshtastic Reader
|
||
|
||
Meshtastic Reader – read-only PotatoMesh chat client for Android and iOS.
|
||
|
||
## Setup
|
||
|
||
```bash
|
||
cd app
|
||
flutter create .
|
||
flutter pub get
|
||
flutter run
|
||
```
|