Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Latest commit

 

History

History
47 lines (30 loc) · 1.21 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.21 KB

Kbin-mobile

Kbin mobile client based on Flutter and Dart.

Kbin is a reddit-like content aggregator and micro-blogging platform for the fediverse.

This is a very early beta version, and a lot of features are currently broken or in active development, such as federation.


Getting Started

https://flutter.dev/docs/get-started/install

# Clone this repository
$ git clone https://github.com/ernestwisniewski/kbin-mobile

# Go into the repository
$ cd kbin-mobile

# Install dependencies
$ flutter packages get

# Run the app
$ flutter run

Documentation

https://docs.kbin.info - Kbin API Reference

Contributing

License