Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 1.29 KB

File metadata and controls

31 lines (16 loc) · 1.29 KB

StoryBooker

Host your own StoryBooks management solution.

Docs: https://storybooker.js.org

pkg.pr.new

Supported hosts

Azure Functions

Read more about hosting as Azure Functions. It provides a thin wrapper for the core to translate Azure Functions router to StoryBooker's router.

It is best used with Azure Database+Storage services, which are provided as service-adapters (Read more).

AWS

Read more about hosting as AWS Lambda. It provides a thin wrapper for the core to translate AWS Lambda router to StoryBooker's router.

It is best used with AWS Database+Storage services, which are provided as service-adapters (Read more).

GCP

Read more about hosting as GCP Cloud Functions. The GCP uses express, so core can be used directly with help of @remix-run/node-fetch-server package.

It is best used with GCP Database+Storage services, which are provided as service-adapters (Read more).

Custom

Read more about hosting as Custom. You can take the core and host it anywhere.