This is the repo for the NiiVue iPad app. The app is compiled to a native iPadOS applicaiton using Capacitor.js
Make sure you have the latest Xcode version installed, and the latest iOS SDK versions
git clone --recurse-submodules git@github.com:niivue/niivue-ipad.git
cd niivue-ipad
npm install
npm run dev
npm run build
npx cap sync
npx cap open ios
Then run from Xcode with the Play button