Update development.md

This commit is contained in:
Timothy Jaeryang Baek 2025-01-17 10:48:19 -08:00
parent c289702022
commit f7e7f11bb6

View File

@ -3,10 +3,6 @@ sidebar_position: 5
title: "🛠️ Development Guide" title: "🛠️ Development Guide"
--- ---
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
Welcome to the **Open WebUI Development Setup Guide!** Whether you're a novice or an experienced developer, this guide will help you set up a **local development environment** for both the frontend and backend components. Lets dive in! 🚀 Welcome to the **Open WebUI Development Setup Guide!** Whether you're a novice or an experienced developer, this guide will help you set up a **local development environment** for both the frontend and backend components. Lets dive in! 🚀
## System Requirements ## System Requirements
@ -100,10 +96,6 @@ If you encounter memory-related errors during the build, increase the **Node.js
- **Hot Reload Not Working**: - **Hot Reload Not Working**:
Verify that **watch mode** is enabled for both frontend and backend. Verify that **watch mode** is enabled for both frontend and backend.
</TabItem>
</Tabs>
## Contributing to Open WebUI ## Contributing to Open WebUI
### Local Workflow ### Local Workflow