-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jeoffrey Mendez
committed
Aug 17, 2016
1 parent
9d81aab
commit e991307
Showing
2 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.