summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README14
1 files changed, 14 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..4c70165
--- /dev/null
+++ b/README
@@ -0,0 +1,14 @@
+The following dependencies are needed to build the site:
+
+ apk add make lua lua-feedparser lua-discount lua-yaml lua-lustache
+
+To build the site run:
+
+ make
+
+To set up a local web server run:
+
+ busybox httpd -p 8000 -h _out/
+
+Then point your web browser to http://loclahost:8000
+