Skip to content

softwareQinc/staq_gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Staq

staq: A full-stack quantum processing toolkit

Generate Executable

Pre-Requisite Installation

Install Node on your machine Node

Run the following in your terminal in location of your choice

  1. Clone repository
git clone https://github.com/softwareQinc/staq_gui.git
  1. Go into the folder
cd staq_gui
  1. Install all dependencies
yarn install

Create Executable for windows (in same directory)

  1. Package app
yarn electron-pack
  1. Make Executable
yarn build-installer
  1. dist folder will be created which you can compress and distribute. In dist folder you will find corresponding executable.

If you want to run the app locally (in same directory)

yarn dev