Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/maciej-trebacz/ff7-speed-square
- Owner: maciej-trebacz
- Created: 2023-02-05T19:59:54.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-19T19:21:51.000Z (8 months ago)
- Last Synced: 2024-05-19T20:29:52.666Z (8 months ago)
- Language: TypeScript
- Size: 576 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.