afadil / wealthfolio
- понедельник, 9 сентября 2024 г. в 00:00:01
A Beautiful Private and Secure Desktop Investment Tracking Application
Wealthfolio App is a Beautiful and Boring Investment Tracker, with Local Data Storage. No Subscriptions, No Cloud.
Visit the app website at Wealthfolio App.
Ensure you have the following installed on your machine:
Clone the repository:
git clone https://github.com/afadil/wealthfolio.git
cd wealthfolio
Install dependencies using pnpm:
pnpm install
Development Mode:
Build and run the desktop application using Tauri:
pnpm tauri dev
Build for Production:
Build the application for production:
pnpm tauri build
wealthfolio/
├── .github/
│ └── workflows/
│ └── release.yml
├── public/
├── src/
│ ├── assets/
│ ├── commands/
│ ├── components/
│ ├── lib/
│ ├── pages/
│ ├── App.tsx
│ ├── main.tsx
│ ├── routes.tsx
│ ├── styles.css
│ ├── useGlobalEventListener.ts
│ └── vite-env.d.ts
├── src-tauri/
│ ├── icons/
│ ├── migrations/
│ ├── src/
│ ├── target/
│ ├── .gitignore
│ ├── build.rs
│ ├── Cargo.lock
│ ├── Cargo.toml
│ ├── diesel.toml
│ ├── tauri.conf.json
├── .env
├── .eslintrc.cjs
├── .gitignore
├── .prettierrc.cjs
├── components.json
├── index.html
├── package.json
├── pnpm-lock.yaml
├── postcss.config.js
├── README.md
├── tailwind.config.js
├── tsconfig.json
└── vite.config.ts
Contributions are welcome! Please follow these steps:
git checkout -b feature-branch
).git commit -m 'Add some feature'
).git push origin feature-branch
).This project is licensed under the LGPL-3.0 license. See the LICENSE
file for details.
Enjoy managing your wealth with Wealthfolio! 🚀