MVP collaborative, local-first GTK text editor :)
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 aardvark repo:
git clone [email protected]:p2panda/aardvark.git && cd aardvark
- Open the Builder application and navigate to the aardvark 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).
Run builder in a separate dbus session if you need multiple instances to test
the application: dbus-run-session 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.