aileen / algolia-tooling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algolia

Install

Usage

Algolia-Netlify package

Deploy to Netlify

Develop

This is a mono repository, managed with lerna.

  1. git clone this repo & cd into it as usual
  2. yarn setup is mapped to lerna bootstrap
    • installs all external dependencies
    • links all internal dependencies

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) 2020 Ghost Foundation - Released under the MIT license.

About

License:MIT License


Languages

Language:HTML 79.7%Language:JavaScript 20.3%