Skip to content

zcorpan/html-parser-book

Repository files navigation

Idiosyncrasies of the HTML parser

This book is written in Markua and is published on Leanpub and on https://htmlparser.info/ using Netlify.

Building the book locally

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

Deploy status

Netlify Status