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).
- Clone repo (
git clone https://github.com/ainjii/lightbox
) - Set up a new virtual environment using virtualenv (
virtualenv env
) - Activate your new environment (
source env/bin/activate
) - Install dependencies (
pip install -r requirements.txt
) - Run server (
python server.py
) - Visit localhost:5000 in a browser!
You can see a functioning copy at https://lightbox.angieroscioli.com.