@imagine.dev/web-components
v0.0.139
Published
`@imagine/web-components`
Keywords
Readme
@imagine/web-components
This is a library that contains the Imagine views:
- Home view
- Project view
Setting up
First, install dependencies:
bun iThen, run a quick build to make sure all dependencies are available:
bunx turbo run buildStart the web components (Imagine) app
cd packages/web-components
bun run devShould be available at http://localhost:5173
Start Storybook
cd packages/web-components
bun run storybook