Skip to content

joester030376/VRS-Local-ElectronApp-UG

 
 

Repository files navigation

vFTC-Local

Usage

To clone and run this repository you'll need Node.js (which comes with npm) installed on your computer. From your command line:

# Go into the repository directory
cd vFTC-Local
# Install dependencies
npm install
# Run the app
npm start

Packaging

Here are the list of commands needed to package the app for Windows.

# Go into the repository directory
cd vFTC-Local
# Invoke windows packager script (may take a while)
npm run package-win
# Go into release-builds
cd release-builds
# Run build script to generate Windows Installer (may take a while)
node build.js

## PHONTON id
PUN ID is : 494f38b9-e53b-49ae-8729-465f6a4d566b

About

Downloadable app for local and multiplayer use.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 85.2%
  • HTML 13.3%
  • Java 1.4%
  • Other 0.1%