···11# Twisted
2233A mobile client for [Tangled](https://tangled.org).
44+55+## Development
66+77+Run the mobile apps with Capacitor:
88+99+```bash
1010+pnpm cap run ios
1111+pnpm cap run android
1212+```
1313+1414+Or to test the web version:
1515+1616+```bash
1717+pnpm dev
1818+```
···1414 </ion-header>
15151616 <section class="hero">
1717- <p class="eyebrow">Known-handle browsing</p>
1717+ <p class="eyebrow">Profile Browser</p>
1818 <h1 class="hero-title">Jump straight to a Tangled profile or browse that handle's repos.</h1>
1919 <p class="hero-copy">
2020 Enter an AT Protocol handle, then open the profile directly or resolve the user's Personal Data Server and
···9696 <EmptyState
9797 :icon="compassOutline"
9898 title="Browse by handle"
9999- message="Use Home as the temporary public entry point while search and activity are still in progress." />
9999+ message="Browse Tangled repositories by entering a handle above." />
100100 </section>
101101 </ion-content>
102102 </ion-page>