- Svelte 64.7%
- TypeScript 31.9%
- JavaScript 1.5%
- CSS 1.1%
- Rust 0.5%
- Other 0.3%
|
|
||
|---|---|---|
| img | v 0.9.0 | |
| src | v 0.11.1 | |
| src-tauri | v 0.11.1 | |
| static | 1st prototype | |
| components.json | first version with fully working categories | |
| LICENSE | updated readme + added license | |
| package-lock.json | bump up versions | |
| package.json | bump up versions | |
| postcss.config.js | bump up versions | |
| README.md | updated readme + added license | |
| svelte.config.js | code cleanup and hide a11y warnings for now | |
| tailwind.config.ts | first version with fully working categories | |
| TODO.md | v 0.11.1 | |
| tsconfig.json | v 0.9.0 | |
| vite.config.js | v 0.9.0 | |
| vitest.setup.ts | v 0.9.0 | |
Matthew - Home Accounting App
Matthew (named after the accountant's patron saint) is an accounting app based on the envelope system but that can also be used for regular expense tracking. Learn more about the app on the related blog post
Disclaimer : This is a beta program and a hobby project, some features are not implemented, accessibility and stability may vary and the code isn't clean at all. Use at your own risks.
Usage
Development
Dev timeline
Setting up the environment
see https://v2.tauri.app/start/prerequisites/
Building
For Linux (AppImage/Deb/RPM)
just run
NO_STRIP=true npx tauri build
or set the env variable NO_STRIP to true else it does not work
⚠️ Warning ⚠️ : for everything else than flatpaks (and perhaps soon AppImages) : Only build on a system that has a lower version of GLIBC than the system you're willing to support !
Build a flatpak
see https://vincent.jousse.org/blog/en/packaging-tauri-v2-flatpak-snapcraft-elm/#flatpak-and-flathub and https://v2.tauri.app/distribute/flatpak/