moxxy/README.md

26 lines
771 B
Markdown
Raw Normal View History

2021-12-21 15:15:45 +00:00
# moxxy
An experimental XMPP client that tries to be as easy, modern and beautiful as possible. This project
2021-12-21 15:17:25 +00:00
is the successor of moxxyv1, which was written in *React Native* and abandoned due to various technical
2021-12-21 15:15:45 +00:00
issues.
## Screenshots
2021-12-27 12:30:45 +00:00
![screenshots](./assets/repo/title.png)
2021-12-21 15:15:45 +00:00
## Developing and Building
2021-12-27 13:27:18 +00:00
Clone using `git clone --recursive https://github.com/Polynomdivision/moxxyv2.git`.
2021-12-28 15:30:10 +00:00
Run `nix develop` to get a development shell. Before the first build, run `make data` and
`make data` and `flutter pub run build_runner build` to generate the data classes. After
that, you can run the app using `flutter run` or build the app with `flutter build`.
2021-12-21 15:15:45 +00:00
## License
See `./LICENSE`.
2021-12-25 00:01:37 +00:00
## Special Thanks
- New logo designed by [Synoh](https://twitter.com/synoh_manda)