Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 528 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 528 Bytes

pyret.org

The source for pyret.org, the site for Pyret.

Installation

Run npm install first.

You need Pygments and frog:

$ easy_install Pygments
$ raco pkg install frog

To build and preview, run:

$ make pages
$ make serve

To push to the ___staging subdir, run:

$ make stage

Instructions on how to edit coming soon.