mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-11 02:58:17 +00:00
20 lines
575 B
Markdown
20 lines
575 B
Markdown
![]() |
---
|
||
|
description: Documentation to get you upto speed on building, running and testing UI for OpenMetadata
|
||
|
---
|
||
|
|
||
|
# UI (Typescript)
|
||
|
|
||
|
We use Typescript and React for developing OpenMetadata UI. Following are the key technologies that we use for the backend:
|
||
|
|
||
|
- [typescript](https://www.typescriptlang.org/) for Javascript with typed syntax
|
||
|
- [ReactJS](https://reactjs.org/)
|
||
|
|
||
|
|
||
|
{% content-ref url="generating-types.md" %}
|
||
|
[generating-types.md](generating-types.md)
|
||
|
{% endcontent-ref %}
|
||
|
|
||
|
{% content-ref url="run-locally.md" %}
|
||
|
[run-locally.md](run-locally.md)
|
||
|
{% endcontent-ref %}
|