Pugdom is a React Native client for Mastodon, enabling users to interact with the decentralized social platform. It supports both iOS and Android devices, offering a modern UI and efficient state management.
- Cross-platform support (iOS/Android)
- Mastodon API integration
- Secure user authentication
- Interactive, responsive UI
-
Clone the repo:
git clone https://github.com/cajuuh/pugdom.git cd pugdom
-
Install dependencies:
npm install
-
Run on Android or iOS:
npm run android npm run ios
Please see the CONTRIBUTING.md for more details.