summaryrefslogtreecommitdiffstats
path: root/README
blob: e865f2fa5088effaaab5bc2ffd455e36af7e82a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
The following dependencies are needed to build the site:

  apk add \
    busybox-extras \
    curl \
    git \
    lua5.3 \
    lua-discount \
    lua-feedparser \
    lua-filesystem \
    lua-lustache \
    lua-lyaml

To build the site please run:

  make

To set up a local web server please run:

  busybox-extras httpd -c ../httpd.conf -p 8000 -h _out/

Then point your web browser to http://localhost:8000