Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethreitz committed Feb 23, 2016
1 parent 8e95b83 commit ebd0548
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# pep8.org

PEP 8, for Humans.

## Developing

If you serve this locally from `0.0.0.0`, the fonts will display properly. They are blocked on all domains except `0.0.0.0` and `pep8.org`.

An easy way to do this:

$ python -m SimpleHTTPServer

## Deploying

$ heroku buildpacks:set https://github.com/hone/heroku-buildpack-static.git

0 comments on commit ebd0548

Please sign in to comment.