tailwind-config-viewer icon indicating copy to clipboard operation
tailwind-config-viewer copied to clipboard

Storybook export?

Open batistein opened this issue 4 years ago • 6 comments

First of all. Fantastic tool!!

I have the usecase that we do all UX documentation in storybook. Is there any way to link the tool directly to storybook as well?

batistein avatar Dec 21 '20 11:12 batistein

i had to check entire documentation of bazel to come up with this. bazel build //sandboxed_api:sapi i'm still unsure about how to run examples

cedric05 avatar Apr 03 '19 01:04 cedric05

with my understandings you need following it only works with python3. install bazel install clang by pip install clang from and to build bazel build //sandboxed_api/examples/sum:main_sum

after running above command if you get any error stating libclang.so missing!!! follow

if you are able to build without errors. to run bazel run //sandboxed_api/examples/sum:main_sum

cedric05 avatar Apr 03 '19 02:04 cedric05

There is a "Quick start" section in the main README. https://github.com/google/sandboxed-api#quick-start It also lists the required dependencies for Debian 10 Buster (other distros to be added - tracked as #16).

happyCoder92 avatar Apr 03 '19 12:04 happyCoder92