Skip to content

Commit 4bd7b47

Browse files
committed
add readme + gitignore
1 parent ec6096e commit 4bd7b47

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

packages/website/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/public
2+
/.cache
3+
/report*.json

packages/website/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
**This is still work-in-progress**.
2+
3+
Only `storybook` works.
4+
You need to do `yarn build` in `packages/react-vis` first before you can run `storybook` here.

0 commit comments

Comments
 (0)