Source code of the PEG.js website. It’s a small Express application.
Just clone the website’s repository and install its dependencies:
$ git clone https://github.com/pegjs/website.git
$ cd website
$ npm install
Run the main application file inside the website’s directory:
$ ./app.js
The website will be available at http://localhost:3000/.