Add Makefile and README.
authorDavid Thompson <dthompson2@worcester.edu>
Thu, 30 Oct 2014 18:05:48 +0000 (14:05 -0400)
committerDavid Thompson <dthompson2@worcester.edu>
Thu, 30 Oct 2014 18:05:48 +0000 (14:05 -0400)
Makefile [new file with mode: 0644]
README.md [new file with mode: 0644]

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..37a1902
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,2 @@
+devserver:
+       python -m SimpleHTTPServer
diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..356d715
--- /dev/null
+++ b/README.md
@@ -0,0 +1,11 @@
+# FSF Holiday Giving Guide
+
+Give freely this holiday season!
+
+## Hacking
+
+The guide is a simple static web page.  To view it in your browser,
+run `make` at the root of the source tree, then visit
+`localhost:8000`.  The `Makefile` relies on Python for starting the
+development web server, but it's trivial to serve the page using the
+web server of your preference if you do not have Python.