https://github.com/nullishamy/dakko
A [more] native[ly integrated] Fediverse client
https://github.com/nullishamy/dakko
Last synced: about 1 year ago
JSON representation
A [more] native[ly integrated] Fediverse client
- Host: GitHub
- URL: https://github.com/nullishamy/dakko
- Owner: nullishamy
- Created: 2024-05-09T13:19:41.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-30T13:27:47.000Z (about 2 years ago)
- Last Synced: 2025-06-23T13:52:14.841Z (about 1 year ago)
- Language: Svelte
- Homepage:
- Size: 916 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dakko
a Fediverse client that aims to be more natively integrated than alternatives.
## installation
currently, the only provided installation solution is through Nix.
if you want to build it yourself, you'll need [the tauri pre-requisites](https://tauri.app/v1/guides/getting-started/prerequisites).
you can then run `yarn run tauri build` to build the project. you will find the binary at `./src-tauri/target/debug/dakko`.
## developing
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.