Installation
Prerequisites
Section titled “Prerequisites”- Python 3.11+
- Node.js 18+
Desktop App
Section titled “Desktop App”Download the latest release from the releases page.
From Source
Section titled “From Source”# Clone the repositorygit clone https://github.com/finzytrack/finzytrack.gitcd finzytrack
# Backendcd backendpython -m venv .venvsource .venv/bin/activatepip install -r requirements.txt
# Frontendcd ../frontendnpm installnpm run build