Pere Miquel Brull 6fcdf803e6
Prepare Docs V1 structure (#11089)
* Prepare Docs V1 structure

* Point to the v1.0.0 images dir

* Use the same ssh key

* Use new key

* Add connectors icons

* Update images
2023-04-17 16:45:47 +02:00

14 lines
877 B
Markdown

---
title: Build Code and Run Tests
slug: /developers/contribute/build-code-and-run-tests
---
# Build Code and Run Tests
In this page we go through how to build OpenMetadata code and get a developer environment up and running.
- [Install prerequisites](/developers/contribute/build-code-and-run-tests/prerequisites)
- [Setup OpenMetadata Server code in IntelliJ](/developers/contribute/build-code-and-run-tests/openmetadata-server)
- [Setup Ingestion Framework code](/developers/contribute/build-code-and-run-tests/ingestion-framework)
- [Generate Typescript types from JSON Schemas](/developers/contribute/build-code-and-run-tests/generate-typescript-types-from-json-schema)
- [Build OpenMetadata UI](/developers/contribute/build-code-and-run-tests/openmetadata-ui)
- [Run Cypress Integration Tests](/developers/contribute/build-code-and-run-tests/cypress-integration-tests)