blob: bed4e58f96f6e581734d6b214bf36e47ac8b3141 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
The following dependencies are needed to build the site:
apk add make lua lua-feedparser lua-discount lua-lyaml lua-lustache \
lua-filesystem
To build the site please run:
make
To set up a local web server please run:
busybox httpd -p 8000 -h _out/
Then point your web browser to http://localhost:8000
|