diff --git a/README-quatico.md b/README-quatico.md new file mode 100644 index 000000000000..4b004d79b542 --- /dev/null +++ b/README-quatico.md @@ -0,0 +1,28 @@ +# quatico storybook fork + +## docs + +* +* + +## build + +```bash +cd "$(git rev-parse --show-toplevel)" +git clean -fdX + +nvm use + +yarn i +# TODO: find out if this step is necessary +yarn start # prepares dev env (among other things) + +# build +cd code +yarn build --prod react + +# pack / publish +cd ./renderers/react +yarn pack +# yarn publish --access public +```