Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 632 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 632 Bytes

lightbox

lightbox is a photo viewer which makes no use of third-party libraries. Functionality tested on Chrome(53), Safari(10), IE(11), and Firefox(49).

Setup

  1. Clone repo (git clone https://github.com/ainjii/lightbox)
  2. Set up a new virtual environment using virtualenv (virtualenv env)
  3. Activate your new environment (source env/bin/activate)
  4. Install dependencies (pip install -r requirements.txt)
  5. Run server (python server.py)
  6. Visit localhost:5000 in a browser!

Preview

You can see a functioning copy at https://lightbox.angieroscioli.com.