Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 308 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 308 Bytes

lumin

Lumin is a multimedia management server. You can send it files and lenses (A lense is a set of manipulation instructions) and it'll process those files and store them on a edge storage network service.

setup

  1. npm install
  2. npm run build
  3. NODE_ENV=development PORT=8080 npm run start