Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 453 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 453 Bytes

AutoPublisher

AutoPublisher tool in node.js

How to run

  1. Confirm you installed Node.js & npm in your system.
    `node -v`
    `npm -v`
  1. Install dependencies
    `npm install`
  1. Copy following files to the 'source' directory,
    * STACofig-ios.txt
    * STACofig-android.txt
    * www.zip
    * www-ios.zip     //(not required)
    * www-android.zip     //(not required)
  1. Run the project
    npm start