mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-28 05:14:12 +03:00
cb5592d853
* Corrected the event handling of layer0 * Updated layer1 to use layer0 * Updated dropin script to read blogUrl from window; |
||
---|---|---|
.. | ||
test | ||
.eslintrc.js | ||
index.js | ||
LICENSE | ||
package.json | ||
README.md |
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.
git clone
this repo &cd
into it as usual- Run
yarn
to install top-level dependencies.
Run
yarn dev
Test
yarn lint
run just eslintyarn test
run lint and tests
Copyright & License
Copyright (c) 2018 Ghost Foundation - Released under the MIT license.