AutoPublisher tool in node.js
- Confirm you installed Node.js & npm in your system.
`node -v`
`npm -v`
- Install dependencies
`npm install`
- 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)
- Run the project
npm start