Skip to content

mmmmmmaya/lightbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published