Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 741 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 741 Bytes

Strike Updater

Since this is a pure boilerplate for anyone to use, this application is simply a pre-built electron application, it is easy to rewrite this for other needs.

Usage:

=======================================================
To Get Setup
=======================================================
cd "yourdir" | or | pushd "yourdir" <- Make sure you have the repo downloaded to your dir
npm install <- Perform node's install feature
=======================================================
To Build App to .exe
=======================================================
npm run package
Done!
Now check for a "out" directory in your current dir.

Customize the .css to your liking and modify the html to your needs.