OpenMetadata UI
This guide will help you run OpenMetadata UI locally in dev mode.Pre-requisites
Before proceeding, ensure that you have installed the node and yarn with the versions given below.openmetadata-dist/target/openmetadata-*-SNAPSHOT.
Since typescript is heavily used in the OpenMetadata project, we generate the typescript types and the interface from JSON schema. We use the QuickType tool to generate the typescript types and interfaces. You can view the complete instructions here.
Steps to Run OpenMetadata UI
Once the node and yarn are installed in the system, you can perform the following steps to run OpenMetadata UI. Step 1: Run the given command to install the required dependencies. Note: It’s a one-time task to install dependencies. If there are any changes in thepackage.json file, the following steps will have to be performed again.