Mehawk is a general overlay for different services (discord, matrix and such).
The application is highly WIP, there's not much functional code in place yet.
Check out technicalities.md for general overview and vague architecture.
Nix
(you have to have the experimental nix command enabled)
nix build
to build the release versionnix run
to run the release version
With just
and meson
Install just
and meson
and simply run:
just {s,c}r
to setup and build the release version.just {s,c}d
to setup and build the debug version.
just rr
will run the release version. just rd
will run the debug version.
If you don't want to install just
, simply follow the steps from Justfile in this order:
setup-debug/release
compile-debug/release
run-debug/release