Skip to content

Install

Installs Didact Engine, Didact UI, or both.

bash
didact install [app]

where app is the Didact application to install, either engine or ui. If app is not provided, the default action is to install both Didact Engine and Didact UI.

Examples

Install both Didact Engine and Didact UI.

bash
didact install

Install Didact Engine only.

bash
didact install engine

Install Didact UI only.

bash
didact install ui

Proudly powered by VitePress