Skip to main content

Getting Started

Installation

Daiquiri UI is usually served directly from the Daiquiri Python server in minified production format.

In order to build a production-ready bundle, Node 16 and pnpm 8 are required. They can easily be installed in a Conda envionment:

conda create -n pnpm
conda activate pnpm
conda install nodejs==16.*
npm install -g pnpm@8

Then, checkout the daiquiri-ui repository, install the dependencies with pnpm, and build the bundle:

cd daiquiri-ui
pnpm install
pnpm build

The build will be placed into:

daiquiri-ui/build

The Python server can then be pointed at this folder.

Configuration

No configuration of Daiquiri UI is required. This is all read from the server.