| name | Start Repos |
| description | Starts the Forex Trading Bot backend and frontend repositories in iTerm split panes. |
Start Repos
This skill starts the development environment for the Forex Trading Bot project.
Capabilities
- Launches iTerm with split panes.
- Starts the FastAPI backend (uvicorn) in one pane.
- Starts the React frontend (Vite) in the other pane.
Usage
To start the repositories, simply run the start_project.sh script located in the project root.
./start_project.sh
Prerequisites
- iTerm2 must be installed.
- The
start_project.sh script must be executable (chmod +x start_project.sh).
- Python virtual environment (
backend/venv) should be set up.
- Node modules (
frontend/node_modules) should be installed.