cbbd28cc90
no-issue This is to avoid any weirdness around the two requests for signup to a paid site. First we have the signup request, and then we have the create subscription request. After the first signup request a "signedin" event is fired, fetching a token, but one without any plans. |
||
---|---|---|
.. | ||
src | ||
.eslintrc.js | ||
.gitignore | ||
LICENSE | ||
nwb.config.js | ||
package.json | ||
README.md | ||
yarn.lock |
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 asumd
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.
git clone
this repo &cd
into it as usual- Run
yarn
to install top-level dependencies.