app/frontend/README.md
This project is currently a work in progress. To track progress, please get updates here.
This is the frontend application for the AI Hedge Fund project. It provides a web interface to interact with the AI Hedge Fund system, allowing you to visualize and control the hedge fund operations.
This frontend project is built with React and Vite, serving as the client-side component of the AI Hedge Fund system. It connects to the backend API to provide a user-friendly interface for managing the hedge fund trading system and backtester.
The project contains the minimum dependencies to get up and running, and includes eslint with additional rules to help write clean React code:
npm install # or `pnpm install` or `yarn install`
Start the application with:
npm run dev
While the application is running, changes made to the code will be automatically reflected in the browser!
This project is for educational and research purposes only.
By using this software, you agree to use it solely for learning purposes.