NW.js bootstrap to kickstart your project.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Node ^11.10
NPM ^6.7.0
pnpm ^2.25.6
Install pnpm
npm install -g pnpm
Install everything else
pnpm install
Generate icons in resources directory
pnpm run generate:icons
Start project
pnpm run start
Build project (all OSes)
pnpm run build
Build project (Windows)
pnpm run build:win
Build project (Linux)
pnpm run build:lnx
Build project (MacOS)
pnpm run build:mac
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Marius Guščius - Initial work - NW.js bootstrap
This project is licensed under the CC-BY-NC-SA-4.0 License.