# pegjs-website **Repository Path**: mirrors_marcuswestin/pegjs-website ## Basic Information - **Project Name**: pegjs-website - **Description**: Source code of the PEG.js website - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README PEG.js Website ============== This is the source code of the [PEG.js website](http://pegjs.majda.cz). It is a small [Sinatra](http://www.sinatrarb.com/) application. Running ------- 1. Install [rack](http://rack.rubyforge.org/). 2. Run `rackup` in the website's directory. 3. Enjoy the running website at . If you need automatic reloading support for debugging: 1. Install [shotgun](http://rtomayko.github.com/shotgun/). 2. Run `shotgun` in the website's directory. 3. Enjoy the running website at .