Removed ui-v2 directory and updated project to use node in hermit and readme (#2831)

This commit is contained in:
Zane
2025-06-09 11:17:39 -07:00
committed by GitHub
parent e6028d2fad
commit 28b96d0f61
77 changed files with 5 additions and 21587 deletions
+3 -5
View File
@@ -2,15 +2,13 @@
Native desktop app for Goose built with [Electron](https://www.electronjs.org/) and [ReactJS](https://react.dev/).
# Prerequisites
- [nvm](https://github.com/nvm-sh/nvm) (recommended for managing node versions easier but not required)
- node major version equal to or greater than specified in .nvmrc and package.json
- [rust](https://www.rust-lang.org/tools/install) (for building the server)
# Building and running
Goose uses [Hermit](https://github.com/cashapp/hermit) to manage dependencies, so you will need to have it installed and activated.
```
git clone git@github.com:block/goose.git
source ./bin/activate-hermit
cd goose/ui/desktop
nvm use
npm install
npm run start
```