https://github.com/existenzial/patreon-lightbox
a photo lightbox created with vanilla JS, CSS, and HTML for Patreon
https://github.com/existenzial/patreon-lightbox
Last synced: over 1 year ago
JSON representation
a photo lightbox created with vanilla JS, CSS, and HTML for Patreon
- Host: GitHub
- URL: https://github.com/existenzial/patreon-lightbox
- Owner: existenzial
- Created: 2016-12-28T19:57:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-13T21:45:23.000Z (over 9 years ago)
- Last Synced: 2025-01-17T10:44:20.836Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://patreon-lightbox.herokuapp.com
- Size: 1.44 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Patreon Lightbox
[](https://codeclimate.com/repos/5864295b7121ca00540011c2/feed)
[](https://codeclimate.com/repos/5864295b7121ca00540011c2/feed)
* [Dependencies](#dependencies)
* [Installation](#installation)
* [Deployment](#deployment)
* [Issues](#issues)
* ```npm "pushstate-server"```
* ```npm "isomorphic-fetch"```
## Installing Patreon-Lightbox
To **install** the app:
```bash
# Clone down the necessary files:
git clone https://github.com/existenzial/Patreon-Lightbox.git
# Navigate to the newly cloned directory:
cd Patreon-Lightbox
# Install the dependencies
npm install
```
## Running the App Locally
To **run** the app:
```bash
# Start the server:
npm run dev
# Navigate to:
http://localhost:3000/
```
## Issues
At Patreon we value your feedback, so please [submit any issues here](https://github.com/existenzial/patreon-lightbox/issues).