chore: format

This commit is contained in:
Timothy Jaeryang Baek
2025-01-11 18:13:43 -08:00
parent 1825957bd3
commit e91a8ab4a7
24 changed files with 14064 additions and 13851 deletions

34
dev.md
View File

@@ -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! 🚀