Contributions are very welcome. However, if you intend to change anything more than updating a dependency or fixing a small bug, please open an issue first. We would like to discuss any bigger changes before they are actually implemented.
Our tech stack mainly consists of the following:
- Rust
- PostgreSQL
- SvelteKit
- TypeScript
- SCSS
If you are looking for issues to fix, you can look over the issue tracker and comment under the issue that interests you!
We will get back to you, assign you the issue if you're up for it, and answer questions about the codebase in the issue or on Matrix!
contrib/
: Files for configuring Kitsune (Systemd, Caddy, etc.)crates/
: Sub-crates Kitsune consists ofdocs/
: Documentation in form of an mdBookkitsune/
: Main Kitsune server binarykitsune-cli/
: Kitsune CLI binarykitsune-fe/
: Kitsune frontend projectkitsune-job-runner/
: Kitsune dedicated job runnerlib/
: Libraries made for Kitsune but with no dependencies on Kitsune-specific code. Easily usable by other projectspublic/
: Public web assetsweb/
: Resources specific to the websitextask/
: Task-runner polyfill
We use Nix for handling our development dependencies.
When in doubt, install Nix and run nix develop
to get yourself a shell with all required dependencies and services
(you might need to enable some unstable features of Nix since Flakes aren't stable yet!).