nebula-project-structure
Installation
SKILL.md
Project structure
This project separates working code from example components and Workbench page specs:
src/
├── components/ # Working component implementations and metadata
└── global.css # Base styles loaded by Canvas Workbench
pages/ # Working Canvas Workbench page specs
examples/
├── components/ # Example components to copy from (may include mocks.json)
└── pages/ # Example page specs for reference only
Component preview states live beside the component itself as
src/components/<name>/mocks.json, not in a central stories directory.