moxxy/README.md

43 lines
1.8 KiB
Markdown
Raw Normal View History

2022-04-17 22:06:05 +00:00
# Moxxy
2021-12-21 15:15:45 +00:00
2022-01-21 10:39:45 +00:00
An experimental XMPP client that tries to be as easy, modern and beautiful as possible.
2021-12-21 15:15:45 +00:00
2022-04-11 09:57:30 +00:00
The code is also available on [codeberg](https://codeberg.org/moxxy/moxxyv2).
2021-12-21 15:15:45 +00:00
## 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`.
2022-04-17 22:06:05 +00:00
In order to build Moxxy, you need to have [Flutter](https://docs.flutter.dev/get-started/install) set
up. Due to not yet merged code in Flutter, you are required to use a version of 2.13.0-0.1.pre or
greater. If you are running NixOS or using Nix, you can also use the Flake at the root of the repository
by running `nix develop` to get a development shell including everything that is needed.
Before building Moxxy, you need to generate all needed data classes. To do this, run
`flutter pub get` to install all dependencies. Then run `flutter pub run build_runner run` to generate
state data classes and the database schemata. After that, run `make data` to generate the library list,
the xmpp-providers list and the command and event classes. After that is done, you can either build the app
with `flutter build` or just run the app in development mode with `flutter run`
2022-01-21 10:39:45 +00:00
After implementing a change or a feature, please ensure that nothing is broken by the change
by running `flutter test` afterwards. Also make sure that the code passes the linter by
running `flutter analyze`. This project also uses [gitlint](https://github.com/jorisroovers/gitlint)
to ensure uniform formatting of commit messages.
## A Bit of History
This project is the successor of moxxyv1, which was written in *React Native* and abandoned
due to various technical issues.
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)