mirror of
https://github.com/ollama/ollama.git
synced 2026-04-22 16:55:44 +02:00
17 lines
123 B
Markdown
17 lines
123 B
Markdown
# Desktop
|
|
|
|
The Ollama desktop experience
|
|
|
|
## Running
|
|
|
|
```
|
|
npm install
|
|
npm start
|
|
```
|
|
|
|
## Packaging
|
|
|
|
```
|
|
npm run package
|
|
```
|