Skip to content

metaisbeta/AVisualizerDesktop

Repository files navigation

Annotation Visualizer Desktop

A Standalone Version of AVisualizer

Introduction

This is the standalone desktop version of AVisualizer, built with Electronjs

Installing Dependencies

To build the project install

npm install -g --save-dev electron

To create a executable app install

npm install -g electron-packager --save-dev

Building app

To ensure all packages are met, run

npm install

Build the angular project

ng build

To build the app use

electron-packager [Path] --platform=[Desired_OS]

Where

  • Path - is the path to avisualizer-frontend folder
  • Desired_OS - the ose desired to build the app (win32=windows, linux=linux distros and darwin=macOS)