/aneuvis-desktop

Desktop version of aneuvis

Primary LanguageHTMLCreative Commons Zero v1.0 UniversalCC0-1.0

Aneuvis - Desktop Version for Mac

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/dpique/aneuvis-desktop
# Install Electron Packager (if first time)
npm install electron-packager -g 
# Go into the repository
cd electron-quick-start
# Install dependencies
npm install
# Run the app
npm start
# Build the Executable/App
cd aneuvis-desktop
npm run package-mac 

Link to download app

A direct link to download a zipped file of this application for Mac is available here

More info about electron

This Desktop app was built using ElectronJS. More information about Electron can be found in the Quick Start Guide within the Electron documentation.