orb web serve

Usage:

$ orb web serve   [OPTIONS]

Options:

  • –host TEXT: The allowed host. [default: 0.0.0.0]

  • –port INTEGER: The port to serve. [default: 8080]

  • –reload / –no-reload: Live reloading (dev). [default: False]

  • –debug / –no-debug: Show debug info (dev). [default: False]

  • –workers INTEGER: Number of web workers. [default: 1]

  • –help: Show this message and exit.

Description:

Creates a web application with FastAPi in the backend and Svelte in the frontend.

Refer to Orb Web to find out about building your own CLN / LND web-app using Orb in the backend.