mirror of
https://github.com/tcsenpai/ollama.git
synced 2025-07-16 06:20:00 +00:00
15 lines
91 B
Markdown
15 lines
91 B
Markdown
# Prototype
|
|
|
|
## Setup
|
|
|
|
```
|
|
brew install npm
|
|
```
|
|
|
|
## Develop
|
|
|
|
```
|
|
./install.sh
|
|
./dev.sh
|
|
```
|