Authenticate users with a username and password (default admin/admin).
This repo comes with a tool that automatically increments the information package.config (version number, version date, Starcounter dependency version) and creates a ZIP file containing the packaged app. To use it follow the below steps:
- Make sure you have installed Node.js
- Run
npm installto install the tool (installs grunt, grunt-replace, grunt-bump, grunt-shell) - Run
grunt packageto generate a packaged version, (you can use:minor,:major, etc. as grunt-bump does) - The package is created in
packages/<AppName>.zip. Upload it to the Starcounter App Store