Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maciej-trebacz/ff7-speed-square

App for FF7 speedrunners to fix issues with the game
https://github.com/maciej-trebacz/ff7-speed-square

Last synced: 29 days ago
JSON representation

App for FF7 speedrunners to fix issues with the game

Awesome Lists containing this project

README

        

# 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](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) 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:

```bash
# 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:

```bash
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.