diff options
| -rw-r--r-- | README | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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 + |
