Developer Setup
Prerequisites
- Node.js: v18 or newer.
- Rust: Latest stable release (install via rustup).
- OS Dependencies:
- macOS: Xcode Command Line Tools.
- Linux: Build essentials, webkit2gtk, etc. (Check Tauri docs).
- Windows: C++ Build Tools.
Installation
Clone the repo:
bashgit clone https://github.com/YOUR_USERNAME/rh-mgr.git cd rh-mgrInstall NPM packages:
bashnpm installRun the dev server:
bashnpm run tauri devThis will start the Vite server and the Tauri application window.
VS Code Recommended
We recommend VS Code with the following extensions:
- Rust-analyzer
- Tailwind CSS IntelliSense
- ESLint
- Prettier