Oh my god, did we finally fix it?
[fsf-giving-guide.git] / README.md
CommitLineData
42c99b23
ZR
1# FSF Holiday Giving Guide README
2
8020f55f
ZR
3## Deployment
4The git repo holding this site has one branch -- master. As of 2015, development is done in a directory within the branch, which isn't served to the public. The tech team has the power to change which directory the live site is pulling from.
5
42c99b23
ZR
6## Adding images
7Make sure that, for side-by-side comparisons, both images are a similar height
fbd775c5 8
8020f55f 9## Developing using Python
fbd775c5
DT
10The guide is a simple static web page. To view it in your browser,
11run `make` at the root of the source tree, then visit
12`localhost:8000`. The `Makefile` relies on Python for starting the
13development web server, but it's trivial to serve the page using the
14web server of your preference if you do not have Python.