summaryrefslogtreecommitdiffstats
path: root/README
blob: 8505a13d8937ff1a5fcb3ffa54145a06296441d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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://localhost:8000