From c41ac9a41384b74ccc3d6c141035caa8bf93bd8f Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Wed, 18 May 2022 00:22:26 +0200 Subject: [PATCH] add basic readme --- packages/react/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/react/README.md b/packages/react/README.md index 4934fffa..4fc64a8e 100644 --- a/packages/react/README.md +++ b/packages/react/README.md @@ -1,4 +1,4 @@ -- use react 17 -- make sure @codemirror/state is installed once (single version) +# @strudel.cycles/react - "build": "BUILD_PATH='../docs' react-scripts build && npm run build-tutorial && npm run add-license", \ No newline at end of file +This package contains react hooks and components for strudel. +Example coming soon