Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 573 Bytes

README.md

File metadata and controls

27 lines (24 loc) · 573 Bytes

ImageGallery

An image gallery with subtle kenburns effect, visual white noise overlay, and slightly shaking letters.

https://southwood.github.io/ImageGallery/

Development

  • install homebrew
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  • install node.js
    brew install node
  • install http-server
    npm install -g http-server
  • run the server
    http-server public
  • deploy to github pages
    git subtree push --prefix public origin gh-pages