Skip to content

Latest commit

 

History

History
79 lines (50 loc) · 1.06 KB

README.md

File metadata and controls

79 lines (50 loc) · 1.06 KB

NW.js bootstrap

NW.js bootstrap to kickstart your project.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Node ^11.10
NPM ^6.7.0
pnpm ^2.25.6

Installing

Install pnpm

npm install -g pnpm

Install everything else

pnpm install

Scripts

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

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the CC-BY-NC-SA-4.0 License.