andreasmcdermott / micro-gallery

Like zeit's list, but for images.

Home Page:https://micro-gallery.now.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

micro-gallery

Like zeit's serve, but for images.

Share you folder(s) of images with a single command.

Demo

https://micro-gallery.now.sh

Demo source

https://micro-gallery.now.sh/_src

There isn't much "source" to talk about though, it is mainly a folder of images and a package.json file.

Usage

Install it (requires Node v6.0.0 and above)

$ npm install -g micro-gallery

Run it

$ gallery [options] <path>

Options

Usage Description Default value
-h, --help Output all available options -
-v, --version The version tag of the micro-gallery instance on your device -
-p, --port [port] A custom port on which the app will be running 3000
-d, --dev Use development mode. When active assets and template aren't cached -

Contribute

  1. Fork this repository to your own GitHub account and then clone it to your local device
  2. Uninstall now-serve if it's already installed: npm uninstall -g micro-gallery
  3. Link it to the global module directory: npm link
  4. Transpile the source code and watch for changes: npm start

About

Like zeit's list, but for images.

https://micro-gallery.now.sh

License:MIT License


Languages

Language:JavaScript 68.1%Language:CSS 20.5%Language:HTML 11.4%