Skip to content

Commit

Permalink
update readme, add ss
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeoffrey Mendez committed Aug 17, 2016
1 parent 9d81aab commit e991307
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,25 @@
# lightbox
# Lightbox Assignment

A web app that displays Flickr photo grid with lightbox view. Implemented with vanilla JavaScript.

![App screen shot](src/assests/images/lb-ss.png?raw=true)

## Live demo

[https://s3.amazonaws.com/light-box/index.html](https://s3.amazonaws.com/light-box/index.html)

## Install

1. Install [brew](http://brew.sh/): `ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"`

2. Install git and node: `brew install git node`

3. Install gulp globally by running: `npm install -g gulp`

4. Clone project: `git clone https://github.com/mistermendez/lightbox.git`

5. After cloning, just `cd` in there, install dependencies by running `npm install`

6. Build the project by running `gulp`

7. Open in `/dist/index.html` browser.
Binary file added src/assets/images/lb-ss.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e991307

Please sign in to comment.