Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 945 Bytes

File metadata and controls

24 lines (14 loc) · 945 Bytes

CircleCI

DevExtreme ThemeBuilder UI

The DevExtreme ThemeBuilder UI allows you to modify themes shipped with DevExtreme or create custom themes. This tool is available online.

If you need to run the ThemeBuilder UI locally, clone this repository and follow the instructions below.

Prerequisites

You will need Node.js 20 or higher and pnpm 9 or higher. The app is built using angular-cli.

Install required packages and Launch

Run the following commands:

pnpm install
pnpm start

Go to http://localhost:4200/.

NOTE: The ThemeBuilder UI creates themes for the latest minor DevExtreme version. If you want to create a theme for a specific version, use the ThemeBuilder CLI.