TryGhost / Koenig

Components of Ghost's Editor

Home Page:https://koenig.ghost.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Koenig

This is a mono repository, managed with lerna.

To get started in this repo:

  1. git clone this repo & cd into it as usual
  2. run yarn setup from the top-level:
    • installs all external dependencies
    • links all internal dependencies
    • runs an initial build of all projects

To add a new package to the repo:

  • install Slimer
  • run slimer new <package name>

Run

  • yarn dev

Test

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

Publish

  • yarn ship is an alias for lerna publish
    • Publishes all packages which have changed
    • Also updates any packages which depend on changed packages

Copyright & License

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

About

Components of Ghost's Editor

https://koenig.ghost.org

License:MIT License


Languages

Language:JavaScript 94.4%Language:TypeScript 3.9%Language:CSS 1.1%Language:HTML 0.6%Language:MDX 0.0%