vibe
vibe copied to clipboard
Automations same as monday.com
Hi,
I want to create an automation UI the same as monday.com and I was exploring your API. I was successfully able to install monday-ui-react-core but I am getting errors when I run storybook. Could you please help me how to resolve the storybook error? Also, are there any initial simple examples to run and check simple UI with your API?
hi @kinju4374 , can you please share the errors here ?
Hi @orrgottlieb ,
I installed storybook using npm and after that I am getting a new error
I have added the following in package.json
Hi @kinju4374 , thank you for posting this issue. it look like you are trying to run your own storybook, please notice that storybook is a tool which helps develop component in a very efficient way.
- if you want to use storybook to develop your own local ui i suggest you go see the storybook docs https://storybook.js.org/docs/react/get-started/install
- if you want to see our storybook locally you can clone our repo, run
npm i
and thennpm run storybook
sorry for the delay
Hi @kinju4374, Can i please close this issue ?