forked from kennethreitz/pep8.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8e95b83
commit ebd0548
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |