??? Development Setup Guide
Follow these steps to initialize the WealthFam ecosystem in your local development environment.
?? Prerequisites
- Python 3.10+
- Node.js 18+
- npm or yarn
- Git
?? Installation
Clone the Repositories: We recommend using the Workspace Setup Script in the Infra repository.
Backend Setup:
ash cd backend python -m venv venv source venv/bin/activate pip install -r requirements.txt uvicorn app.main:app --reloadFrontend Setup:
ash cd frontend npm install npm run devParser Setup:
ash cd parser pip install -r requirements.txt python main.py
