Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 707 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 707 Bytes

Pugdom

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.

Features

  • Cross-platform support (iOS/Android)
  • Mastodon API integration
  • Secure user authentication
  • Interactive, responsive UI

Installation

  1. Clone the repo:

    git clone https://github.com/cajuuh/pugdom.git
    cd pugdom
    
  2. Install dependencies:

    npm install
  3. Run on Android or iOS:

    npm run android
    npm run ios

Contributing

Please see the CONTRIBUTING.md for more details.