Appleseed / leaves.lite

Leaves.Lite presents a searchable web interface to links and bookmarks curated / organized in JSON or fed by a REST API.
Apache License 2.0
5 stars 10 forks source link

leaves - devops - implement leaves.app as a statically built site #71

Open xingh opened 6 years ago

xingh commented 6 years ago

Desc: right now it requires node to run the server, although not a whole lot is actually done by node except serving up static files.

AC: site can be served using node "http-server" so that it can be deployed to something like github pages or netlify.