Jeffrey Morgan cbfff4f868 update dependencies in `app/` hace 1 año
..
assets 0871083776 app: fix tray icon color scheme in dark mode hace 1 año
src 832b4db9d4 Use correct url for auto updates hace 1 año
.eslintrc.json 3cd59936a2 move `desktop` -> `app` hace 1 año
.gitignore 3cd59936a2 move `desktop` -> `app` hace 1 año
README.md c75cafdb58 build for `universal` architecture on macos hace 1 año
forge.config.ts cbfff4f868 update dependencies in `app/` hace 1 año
package-lock.json cbfff4f868 update dependencies in `app/` hace 1 año
package.json cbfff4f868 update dependencies in `app/` hace 1 año
postcss.config.js 3cd59936a2 move `desktop` -> `app` hace 1 año
tailwind.config.js 3cd59936a2 move `desktop` -> `app` hace 1 año
tsconfig.json 3cd59936a2 move `desktop` -> `app` hace 1 año
webpack.main.config.ts 7974ad58ff fix env var loading hace 1 año
webpack.plugins.ts 7974ad58ff fix env var loading hace 1 año
webpack.renderer.config.ts 3cd59936a2 move `desktop` -> `app` hace 1 año
webpack.rules.ts e88dd25bab ollama app welcome screen for first time run (#80) hace 1 año

README.md

Desktop

This app builds upon Ollama to provide a desktop experience for running models.

Developing

First, build the ollama binary:

cd ..
go build .

Then run the desktop app with npm start:

cd app
npm install
npm start