Braden

Results 2 comments of Braden

@mikkorantalainen, you might be able to rig up a connection to Postgres by leveraging [y-leveldb](https://github.com/yjs/y-leveldb) + [level](https://github.com/Level/level) + [SQLdown](https://github.com/calvinmetcalf/SQLdown), though I'd be careful with SQLdown, as it looks pretty old...

@brightpixels , I got this working by initializing storybook in example/ and installing react-scripts in example/. Starting storybook and importing from your library should work great after that. ``` cd...