File tree Expand file tree Collapse file tree 1 file changed +7
-14
lines changed
Expand file tree Collapse file tree 1 file changed +7
-14
lines changed Original file line number Diff line number Diff line change @@ -6,36 +6,29 @@ This release includes a pre-built client application so you can clone and run im
66
77## 📦 Quick Start
88
9- ### Option 1: Use Pre-built Client (Recommended for Quick Setup )
9+ ### Super Simple Setup (Recommended)
1010
11111 . ** Clone the repository:**
1212 ``` bash
1313 git clone https://github.com/databricks-solutions/project-0xfffff.git
1414 cd project-0xfffff
1515 ```
1616
17- 2 . ** Download and extract the pre-built client:**
18- - Go to the [ Releases page] ( https://github.com/databricks-solutions/project-0xfffff/releases/tag/v1.0.0 )
19- - Download ` client-build.tar.gz `
20- - Extract it in the project root:
21- ``` bash
22- tar -xzf client-build.tar.gz
23- ```
24- This will create the ` client/build/ ` directory with all the necessary files.
25-
26- 3 . ** Run the server:**
17+ 2 . ** Run the server:**
2718 ``` bash
2819 uv run uvicorn server.app:app --reload --port 8000
2920 ```
3021
31- 4 . ** Open your browser:**
22+ 3 . ** Open your browser:**
3223 ```
3324 http://localhost:8000
3425 ```
3526
36- ### Option 2: Build Client Yourself (For Development)
27+ ** That's it!** The pre-built client is already included in ` client/build/ ` - no build step required.
28+
29+ ### Build Client Yourself (For Development Only)
3730
38- If you want to modify the client or build from source:
31+ If you want to modify the client or rebuild from source:
3932
4033``` bash
4134cd client
You can’t perform that action at this time.
0 commit comments