Windows Help And Development

Open the local CHM help

protoparser chm
protoparser chm path
protoparser chm download

Install HTML Help Workshop first

If you want to compile the CHM on your own Windows machine, install Microsoft HTML Help Workshop first.

Archived installer:

https://web.archive.org/web/20160201063255/http://download.microsoft.com/download/0/A/9/0A939EF6-E31C-430F-A3DF-DFAE7960D564/htmlhelp.exe

Build the CHM project files

npm run build:chm:project

Compile the CHM

npm run build:chm

Other useful development commands

npm run build:web
npm run dev
npm run build:exe
npm run install:local

Related guides