File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
docs/docs/getting-started/web-app Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 2424 # Install Bun
2525 - uses : oven-sh/setup-bun@v2
2626
27+ # Install root dependencies
28+ - name : Install root dependencies
29+ run : bun install
30+
31+ # Install client dependencies
32+ - name : Install client dependencies
33+ run : cd client && bun install
34+
2735 # Install Deno
2836 - uses : denoland/setup-deno@v2
2937 with :
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Navigate to [http://localhost:5173](http://localhost:5173) to start building wor
1717
1818## 3. Configure Ollama Host and Models
1919
20- See [ Configuration] ( ./configuration ) for detailed instructions.
20+ See [ Configuration] ( .. /configuration ) for detailed instructions.
2121
2222## Next Steps
2323
You can’t perform that action at this time.
0 commit comments