Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 525 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 525 Bytes

A WIP VVV installer that uses the contents of a USB drive to get a working contributor day install.

Usage Instructions

npm install
npm run build
npm run start

Development

You can make babel watch for changes and re-transpile the sources via

npm run watch

Packaging The App

Grab electron-packager and run the following:

npm run pack

You will need Wine installed if you're not on Windows to generate Windows builds. Each build will be placed in a subfolder with the appropriate name.