Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 617 Bytes

README.md

File metadata and controls

49 lines (33 loc) · 617 Bytes

Prefect UI

Project setup

npm ci

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run all tests

npm run test

Run your unit tests

npm run test:unit

Run your integration tests

npm run test:integration

Lints and fixes files

npm run lint

Components

Many components in the Prefect UI come from the prefect ui library.

Customize configuration

See Configuration Reference.