26 lines
433 B
Markdown
26 lines
433 B
Markdown
# fluffychat
|
|
|
|
Chat with your friends.
|
|
|
|
[Install using F-Droid](https://mtrnord.gitlab.io/fluffychat-flutter-fdroid/fdroid/repo/)
|
|
|
|
Community: [#fluffychat:matrix.org](https://matrix.to/#/#fluffychat:matrix.org)
|
|
|
|
## How to build
|
|
|
|
1. [Install flutter](https://flutter.dev)
|
|
|
|
2. Clone the repo
|
|
|
|
### Android / iOS
|
|
|
|
3. `flutter run`
|
|
|
|
### Web
|
|
|
|
3. `flutter channel beta && flutter upgrade`
|
|
|
|
4. `flutter config --enable-web`
|
|
|
|
5. `flutter run`
|