Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 547 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 547 Bytes

Lezer Website

These are the sources for the Lezer website.

The build process requires @lezer/common, @lezer/lr, and @lezer/generator to resolve to the source checkouts of those packages, not just the installed npm packages. At the moment there's no automated way to set that up.

npm install
node src/index.js

This uses getdocs-ts and builddocs to extract types and documentation from the project's source code.