This repo contains NiiVue Desktop and Mobile apps. Each app incorporates the NiiVue library and exposes features of the library in a user-friendly way.
Everything is a work in progress and subject to change.
Clone this repo and run the following commands to get started.
git clone git@github.com:niivue/niivue-apps.git
cd niivue-apps/desktop
Install dependencies
npm install
Start the desktop app in dev mode
npm run dev
Build the desktop app
npm run make
- Node.js (at least the latest LTS version)