https://github.com/builderio/fusion-workspace-example
https://github.com/builderio/fusion-workspace-example
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/builderio/fusion-workspace-example
- Owner: BuilderIO
- Created: 2025-05-23T23:08:21.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-05-27T00:09:16.000Z (8 months ago)
- Last Synced: 2025-09-03T03:43:57.853Z (4 months ago)
- Language: TypeScript
- Size: 42.3 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fusion Workspace Example
This repo demonstrates using Builder Fusion across [multiple repositories](https://www.builder.io/c/docs/projects#multi-repository-workspaces), for instance a Storybook repo to understand a custom design system and an app to output new UIs into using that design system.
The design system is in the [`storybook`](./storybook) folder and the app is in the [`app`](./app) folder. See [`AGENT.md`](./AGENT.md) for additional instructions we give the Fusion agent.
API documentation of an internal Users API is in the [`api`](./api) folder.
See [`fusion.config.json`](./fusion.config.json) for the [configuration of the Fusion workspace](https://www.builder.io/c/docs/projects#using-fusion-config-json).
## Running Fusion
To launch, you'll need to install dependencies in the app
```
cd app && npm install
```
Then, you can launch Fusion from the workspace root with the following command:
```
npx builder.io@latest launch
```