This book is written in Markua and is published on Leanpub and on https://htmlparser.info/ using Netlify.
The Leanpub version can't be built locally. The web version of the book is generated using Eleventy.
Install:
npm install
Build:
npm run build
Development:
npm run serve