0.1.10 • Published 1 year ago

@kabtools/kabtools v0.1.10

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

KAB Tools

Requirements and Installation

Follow the normal Brezel installation instructions, e.g. from the docs.

Setup

KAB Page

For local testing, you need a working instance of PageDepot running.

In your environment file, configure the following variables:

PAGE_DEPOT_INSTANCE_IDENTIFIER=kab
PAGE_DEPOT_WS_HOST=127.0.0.1:6001
PAGE_DEPOT_SECRET=xyz

You can choose PAGE_DEPOT_INSTANCE_IDENTIFIER however you like. PAGE_DEPOT_WS_HOST must point to your running PageDepot websockets server (the PageDepot web server is running on 3000 by default, the WS server on 6001). Choose PAGE_DEPOT_SECRET to match your PageDepot's configured DEPOT_SECRET variable.

When building a page, the communication to PageDepot runs in a queued process. Your Brezel queue worker must be running.