GitXplorerGitXplorer
T

Koenig

public
187 stars
64 forks
16 issues

Commits

List of commits on branch main.
Unverified
559919e12450548e8a0ce95156ac32519e98d7f4

Published new versions

vvershwal committed 17 hours ago
Verified
9168ad96cf02dcacdb6998b32c4802ff2fab6e48

Reusing metadata to avoid calling oembed endpoint twice in case of bookmark (#1378)

vvershwal committed 17 hours ago
Verified
c1d1a726bfe9156c7600b422f45c3e47dc26dcd1

Update dependency tailwindcss to v3.4.10 (#1367)

rrenovate[bot] committed 10 days ago
Verified
506603445f0593d6d6d93619cd2e25d98d1d8712

Published new versions

kkevinansfield committed 15 days ago
Verified
0d168ca00988c2f15b8124a478c19c890e87e49b

🐛 Fixed image dimensions being reset on render (#1377)

kkevinansfield committed 15 days ago
Unverified
b2c92b01d2c19ecbbf290ef871476d71fa2f3013

Published new versions

vvershwal committed 15 days ago

README

The README file for this repository.

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.