This book is published as a multi-page web book at https://htmlparser.info/. The same source also builds a single-page HTML version and an EPUB.
Install dependencies:
npm installBuild the multi-page HTML, single-page HTML, and EPUB:
npm run buildOutputs:
_site/— deployable web site_site/book/— single-page HTML version_site/downloads/html-parser-book.epub— EPUB generated from the single-page HTML
Development server:
npm run serveNetlify uses netlify.toml and runs npm run build, publishing _site.