staq: A full-stack quantum processing toolkit
Pre-Requisite Installation
Install Node on your machine Node
Run the following in your terminal in location of your choice
- Clone repository
git clone https://github.com/softwareQinc/staq_gui.git
- Go into the folder
cd staq_gui
- Install all dependencies
yarn install
Create Executable for windows (in same directory)
- Package app
yarn electron-pack
- Make Executable
yarn build-installer
- 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