A tactical portfolio backtesting platform built with React, Vite, and TypeScript. Test rule-based investment strategies with comprehensive analytics, Monte Carlo simulations, and strategy optimization.
- Node.js 20.x or higher
- npm
-
Install dependencies:
npm install
-
Set up environment variables:
cp .env.example .env
-
Start the development server:
npm run dev
The app will be available at
http://localhost:3000
| Command | Description |
|---|---|
npm run dev |
Start development server |
npm run build |
Build for production |
npm run preview |
Preview production build |
npm run lint |
Run ESLint |