Ghost/ghost/sdk/layer0
John O'Nolan 0f6809bab5 2019
2019-01-01 14:38:49 +00: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 Updated member layers (#23) 2018-12-04 09:24:04 +05:30
LICENSE 2019 2019-01-01 14:38:49 +00:00
package.json Members layer0 (#22) 2018-11-23 15:43:16 +07:00
README.md 2019 2019-01-01 14:38:49 +00: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-2019 Ghost Foundation - Released under the MIT license.