Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 224 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 224 Bytes

cfp-review

Run under a webserver, the easiest ona Mac is:

python -m SimpleHTTPServer
open http://127.0.0.1:8000/

To end the httpd server, close the terminal or run

fg

and then hit ctrl-c