feat(ui): Add React based UI for the vibes at /app
This adds a completely separate frontend based on React because I found that code gen works better with React once the application gets bigger. In particular it was getting very hard to move past add connectors and actions. The idea is to replace the standard UI with this once it has been tested. But for now it is available at /app in addition to the original at / Signed-off-by: Richard Palethorpe <io@richiejp.com>
This commit is contained in:
@@ -104,6 +104,7 @@ Download ready-to-run binaries from the [Releases](https://github.com/mudler/Loc
|
||||
Requirements:
|
||||
- Go 1.20+
|
||||
- Git
|
||||
- Bun 1.2+
|
||||
|
||||
```bash
|
||||
# Clone repo
|
||||
@@ -111,6 +112,8 @@ git clone https://github.com/mudler/LocalAgent.git
|
||||
cd LocalAgent
|
||||
|
||||
# Build it
|
||||
cd webui/react-ui && bun i && bun run build
|
||||
cd ../..
|
||||
go build -o localagent
|
||||
|
||||
# Run it
|
||||
|
||||
Reference in New Issue
Block a user