a Fediverse client that aims to be more natively integrated than alternatives.
currently, the only provided installation solution is through Nix.
if you want to build it yourself, you'll need the tauri pre-requisites.
you can then run yarn run tauri build
to build the project. you will find the binary at ./src-tauri/target/debug/dakko
.
bootstrap the JS system with yarn install
(or any other JS manager), then run yarn run tauri dev
to launch the dev server.
this will compile the frontend and the backend, which may take some time.