This repository contains code for building the SpeedSquare app for FF7 speedrunners.
$env:NODE_OPTIONS = "--openssl-legacy-provider"
To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer.
Make sure you have met the requirements listed here: https://docs.nodegui.org/docs/guides/getting-started#developer-environment
From your command line:
# Go into the repository
cd ff7-speed-square
# Install dependencies
yarn
# Run the app
yarn start
To build and package the app simply run the following commands:
yarn build
yarn package
The resulting package will be placed under deploy\win32\build\SpeedSquare
NOTE: During the build the contents of the driver
directory will be copied to the resulting bundle.