mirror of
https://github.com/open-webui/desktop
synced 2025-06-26 18:15:59 +00:00
chore: format
This commit is contained in:
34
dev.md
34
dev.md
@@ -15,27 +15,31 @@ Ensure these tools are properly installed and configured before proceeding.
|
||||
## Getting Started
|
||||
|
||||
1. **Clone the repository**:
|
||||
```bash
|
||||
git clone https://github.com/open-webui/app
|
||||
cd app
|
||||
```
|
||||
|
||||
```bash
|
||||
git clone https://github.com/open-webui/app
|
||||
cd app
|
||||
```
|
||||
|
||||
2. **Install Node.js dependencies**:
|
||||
```bash
|
||||
npm i
|
||||
```
|
||||
|
||||
```bash
|
||||
npm i
|
||||
```
|
||||
|
||||
3. **Generate the Python environment tarball**:
|
||||
```bash
|
||||
npm run create:python-tar
|
||||
```
|
||||
|
||||
```bash
|
||||
npm run create:python-tar
|
||||
```
|
||||
|
||||
4. **Start the development environment**:
|
||||
```bash
|
||||
npm run start
|
||||
```
|
||||
|
||||
This will launch the project in development mode.
|
||||
```bash
|
||||
npm run start
|
||||
```
|
||||
|
||||
This will launch the project in development mode.
|
||||
|
||||
---
|
||||
|
||||
@@ -56,4 +60,4 @@ This will create the necessary files for distribution in the `out` directory.
|
||||
- Make sure you have the required versions of **conda**, **conda-pack**, and **conda-lock** to avoid compatibility issues.
|
||||
- If you encounter any issues, check the project-specific scripts in the `package.json` file.
|
||||
|
||||
Enjoy developing! 🚀
|
||||
Enjoy developing! 🚀
|
||||
|
||||
Reference in New Issue
Block a user