Skip to content

maciej-trebacz/ff7-speed-square

Repository files navigation

SpeedSquare - FF7 speedrunner app

This repository contains code for building the SpeedSquare app for FF7 speedrunners.

If you get OpenSSL errors:

$env:NODE_OPTIONS = "--openssl-legacy-provider"

To Use

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

Building

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.

About

App for FF7 speedrunners to fix issues with the game

Resources

Stars

Watchers

Forks

Packages

No packages published