Skip to content
This repository has been archived by the owner on Sep 2, 2020. It is now read-only.

berwyn/pvl-electron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azura

Ponyville Live!

Bringing pony people together

Building

Right now, building is a bit complex. First, install the required npm modules

npm install && cd app && npm install && cd ..

Next, build the app's source code:

cd app && npm run build && cd ..

Lastly, build the app

npm run pack

You should now have dist/<platform>/<executable>, for example dist/mac/Ponyvillie Live!.app