|
1 年之前 | |
---|---|---|
.. | ||
assets | 9da9e8fb72 Move Mac App to a new dir | 1 年之前 |
src | 9da9e8fb72 Move Mac App to a new dir | 1 年之前 |
.eslintrc.json | 9da9e8fb72 Move Mac App to a new dir | 1 年之前 |
.gitignore | 9da9e8fb72 Move Mac App to a new dir | 1 年之前 |
README.md | 9da9e8fb72 Move Mac App to a new dir | 1 年之前 |
forge.config.ts | 9da9e8fb72 Move Mac App to a new dir | 1 年之前 |
package-lock.json | 9da9e8fb72 Move Mac App to a new dir | 1 年之前 |
package.json | 9da9e8fb72 Move Mac App to a new dir | 1 年之前 |
postcss.config.js | 9da9e8fb72 Move Mac App to a new dir | 1 年之前 |
tailwind.config.js | 9da9e8fb72 Move Mac App to a new dir | 1 年之前 |
tsconfig.json | 9da9e8fb72 Move Mac App to a new dir | 1 年之前 |
webpack.main.config.ts | 9da9e8fb72 Move Mac App to a new dir | 1 年之前 |
webpack.plugins.ts | 9da9e8fb72 Move Mac App to a new dir | 1 年之前 |
webpack.renderer.config.ts | 9da9e8fb72 Move Mac App to a new dir | 1 年之前 |
webpack.rules.ts | 9da9e8fb72 Move Mac App to a new dir | 1 年之前 |
This app builds upon Ollama to provide a desktop experience for running models.
First, build the ollama
binary:
cd ..
go build .
Then run the desktop app with npm start
:
cd app
npm install
npm start