explorify-server
v1.0.1
Published
Explorify Server ================
Downloads
2
Readme
Explorify Server
Explorify backend. Serves static files, as well as serving folder metadata as JSON. Also has the capability of reading archive files and extracting / viewing individual files.
Installation
npm i -g explorify-server
Getting Started
- Copy
config.yml.example
to your working directory. - Edit
root
parameter to point to the directory to serve. - Start the app with
explorify-server
.