Is it difficult to add libraries to the SCI Playground? I would like to be able to use it to quickly test Fulcro https://github.com/fulcrologic/fulcro-rad apps. I could host my own SCI Playground, but I'm just not sure of the steps involved in adding libs.
I'd just fork the playground and add more libs to the SCI configuration
Is it just a matter of selectively pulling in namespaces from the source lib? I'm guessing you have to provide your own implementation when some fn of the source lib contains sci-incompatible code?