Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Latest commit

 

History

History
32 lines (23 loc) · 618 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 618 Bytes

NiiVue Apps

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.

Development

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

Prerequisites

  • Node.js (at least the latest LTS version)