Ghost/ghost/sdk/theme-dropin
2019-02-25 10:17:58 +01:00
..
src Updated members drop-in script to set cookie for SSR (#61) 2019-02-25 10:17:58 +01:00
.eslintrc.js Created drop-in script module for ghost themes (#19) 2018-11-15 14:36:51 +07:00
.gitignore Members update (#24) 2018-12-07 14:32:23 +05:30
LICENSE 2019 2019-01-01 14:38:49 +00:00
nwb.config.js Created drop-in script module for ghost themes (#19) 2018-11-15 14:36:51 +07:00
package.json Updated member layers (#23) 2018-12-04 09:24:04 +05:30
README.md Created drop-in script module for ghost themes (#19) 2018-11-15 14:36:51 +07:00
yarn.lock Updated members sdk to latest content-api (#45) 2019-02-06 17:03:55 +01:00

Members Drop-in script for Ghost themes

Prerequisites

Node.js >= 6 must be installed.

Installation

  • Running yarn install in the module's root directory will install everything you need for development.

Building

  • yarn build will build the module for publishing to npm as well as umd build for script tag.

  • yarn clean clean will delete built resources.

Usage

<script src="members-theme-dropin.min.js"></script>

Script is setup to auto-execute on load if it finds relevant data on page.

Develop

This is a mono repository, managed with lerna.

Follow the instructions for the top-level repo.

  1. git clone this repo & cd into it as usual
  2. Run yarn to install top-level dependencies.