Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 877 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 877 Bytes

Capillaries-UI

Capillaries-UI is a simple SPA that provides user access to Capillaries environment (RabbitMQ queues and Cassandra storage) using Webapi

It uses Svelte for building UI components. Serves at 8080 in dev mode. In production environment, consider using some production-grade web server.

Requirements

Node.js + npm

Building

Get all dependencies (used in Capillaries UI container):

npm install

Build static bundle:

npm run build (used in Capillaries UI [container](docker/Dockerfile)):

Build and serve in dev mode:

npm run dev

Settings

CAPILLARIES_WEBAPI_URL

Environment variable, specifies URL of Webapi to use. Default: http:\\localhost:6543.