An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![Patreon-Lightbox](public/patreon_logo.png)
# Patreon Lightbox
[![Code Climate](https://codeclimate.com/repos/5864295b7121ca00540011c2/badges/f7bc9916808b386fe34f/gpa.svg)](https://codeclimate.com/repos/5864295b7121ca00540011c2/feed)
[![Issue Count](https://codeclimate.com/repos/5864295b7121ca00540011c2/badges/f7bc9916808b386fe34f/issue_count.svg)](https://codeclimate.com/repos/5864295b7121ca00540011c2/feed)

* [Dependencies](#dependencies)

* [Installation](#installation)

* [Deployment](#deployment)

* [Issues](#issues)

## Dependencies

* ```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).