Skip to content
This repository has been archived by the owner on Jul 16, 2019. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 491 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 491 Bytes

PEG.js Website

Source code of the PEG.js website. It’s a small Express application.

Installation

Just clone the website’s repository and install its dependencies:

$ git clone https://github.com/pegjs/website.git
$ cd website
$ npm install

Running

Run the main application file inside the website’s directory:

$ ./app.js

The website will be available at http://localhost:3000/.