This repo demonstrates using Builder Fusion across multiple repositories, 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
folder and the app is in the app
folder. See AGENT.md
for additional instructions we give the Fusion agent.
API documentation of an internal Users API is in the api
folder.
See fusion.config.json
for the configuration of the Fusion workspace.
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