Skip to content
This repository has been archived by the owner on Feb 20, 2019. It is now read-only.

Latest commit

 

History

History
29 lines (21 loc) · 795 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 795 Bytes

Garfield Desktop App

App is used as a bridge between Becki and TestKit. It provides an interface for serial communication with hardware and file system access.

For released versions go to:

releases folder - Only Windows installer is now available.

To Run

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

# Clone this repository
# Install dependencies
npm install
# Rebuild modules for the version of Node.js that Electron uses.
# Use 'rebuild-win' or 'rebuild-unix' depending on your platorm.
npm run rebuild-win
# Run the app
npm run build-start

To package

# Packaging is now available only for Windows
npm run package-win