Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 656 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 656 Bytes

Indexed Cloudinary

Build Status

Functions for adding Cloudinary images which are indexed in ElasticSearch to a page.

Usage

Download indexed-cloudinary.min.js.

Development Setup

Checkout with:

git clone git@github.com:damplus/indexed-cloudinary.git

Install dependencies with:

npm install

Build output with:

npm run build

Run tests with:

npm test

Run a local development server with:

npm start