Skip to content

Installation

  • Python 3.11+
  • Node.js 18+

Download the latest release from the releases page.

Terminal window
# Clone the repository
git clone https://github.com/finzytrack/finzytrack.git
cd finzytrack
# Backend
cd backend
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
# Frontend
cd ../frontend
npm install
npm run build