• JavaScript 39.9%
  • HTML 39.5%
  • CSS 20.6%
Find a file
2026-04-14 20:46:20 +02:00
site Update github links 2026-04-14 20:46:20 +02:00
src Start adding examples 2023-06-13 12:37:17 +02:00
template Update github links 2026-04-14 20:46:20 +02:00
.gitignore Set up a skeleton build system for the lezer website 2019-06-24 15:02:10 +02:00
package.json Update github links 2026-04-14 20:46:20 +02:00
README.md Update github links 2026-04-14 20:46:20 +02:00

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.