Skip to content

Releases: DynastyKids/NodeJS-Stocktake

0.2.1-alpha

23 Jan 14:23
Compare
Choose a tag to compare
0.2.1-alpha Pre-release
Pre-release

Application can be compiled locally. Require NodeJS 18 or higher

After download as ZIP or using Git, run $ npm install, when install finished, then start application on developing mode by running $ npm start

To compile into a standalone application, run $ npm run make and follow by $npm run package, while first will create a folder contain the application, and 'package' will make a portable installation shield.