[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 225 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 225 Bytes

cfp-review

Run under a webserver, the easiest on a 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