From 240f35af96cbc5dfbc4e166d5f2d2df769730b19 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 4 Dec 2014 14:37:32 +0100 Subject: readme: add short doc on how to build the site locally --- README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README 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 + -- cgit v1.2.3