This is the repository for Iris, the all-in-one caregiver tool.
You can download the latest release of Iris on GitHub.
- Install pnpm
- Windows:
Invoke-WebRequest https://get.pnpm.io/install.ps1 -UseBasicParsing | Invoke-Expression - macOS/Linux:
curl -fsSL https://get.pnpm.io/install.sh | sh -
- Windows:
- Install Rust
- Install system dependencies
- Install VSCode extensions
git clone https://github.com/ojosproject/iris/
cd irisImportant
At least 5 GB of storage is recommended.
Please install the npm dependencies:
pnpm env use --global v22.16.0
pnpm i... then run this to run the full program:
pnpm run dev