# SystemMonitor **Repository Path**: fenlinu/system-monitor ## Basic Information - **Project Name**: SystemMonitor - **Description**: 一个基于Electron+React+TypeScript的系统监视器。使用Electron+React+TypeScript+Tailwind+Jotai构建。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-10 - **Last Updated**: 2025-09-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # System Monitor 一个基于Electron+React+TypeScript的系统监视器。使用Electron+React+TypeScript+Tailwind+Jotai构建。 ## Project Setup ### Install ```bash $ yarn ``` ### Development ```bash $ yarn dev ``` ### Build ```bash # For windows $ yarn build:win # For macOS $ yarn build:mac # For Linux $ yarn build:linux ```