Collaboratively take meeting notes, even when there's no internet
Caution
The project is under active development and not considered stable yet. It probably won't eat your data, but no guarantees :)
The GNOME Builder IDE is required to build and run the project. It can be installed with flatpak.
- Install flatpak for your distribution.
- Install Builder for GNOME:
flatpak install flathub org.gnome.Builder
- Clone the reflection repo:
git clone git@github.com:p2panda/reflection.git && cd reflection
- Open the Builder application and navigate to the reflection repo.
- You may be prompted to install or update the SDK in Builder.
- Run the project with
Shift+Ctrl+Space
or click the ► icon (top-middle of the Builder appication).
If you need multiple instances of the app on the same computer for testing, you can run GNOME Builder in a separate dbus session:
dbus-run-session flatpak run org.gnome.Builder
Set the RUST_LOG
environment variable to your verbosity setting and filter to
enable log-based diagnostics with tracing. Example:
RUST_LOG=debug
or RUST_LOG=p2panda_net=INFO
etc.
GNU General Public License v3.0
Thanks to NLNet (via NGI0 ENTRUST) under grant agreement No 101069594, the Prototype Fund, and the Federal Ministry of Research, Technology and Space for funding this project.