Ghost/ghost/sdk/layer0
Fabien O'Carroll 399219b6ea Members layer0 (#22)
* Created initial layer0 sdk

* Updated layer1 to use layer0

* Updated layer2 to accept and pass blogUrl to layer1

* Updated theme-dropin to pass blogUrl to layer2

* Updated yarn.lock
2018-11-23 15:43:16 +07:00
..
test Members layer0 (#22) 2018-11-23 15:43:16 +07:00
.eslintrc.js Members layer0 (#22) 2018-11-23 15:43:16 +07:00
index.js Members layer0 (#22) 2018-11-23 15:43:16 +07:00
LICENSE Members layer0 (#22) 2018-11-23 15:43:16 +07:00
package.json Members layer0 (#22) 2018-11-23 15:43:16 +07:00
README.md Members layer0 (#22) 2018-11-23 15:43:16 +07:00

Layer 0

Install

npm install @tryghost/layer-0 --save

or

yarn add @tryghost/layer-0

Usage

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.

Run

  • yarn dev

Test

  • yarn lint run just eslint
  • yarn test run lint and tests

Copyright & License

Copyright (c) 2018 Ghost Foundation - Released under the MIT license.