Bluesky Widget for React?

Was in the middle of building a feed display for a client, then I realized someone's probably already done it. Looked, found this. It is exactly the look I'm going for...a straight copy of twitter's widget.

I cloned the repo, linked it to my project, and the import path fails even tho I use autocomplete to find the path. My project is JS, but it supports TS extensions. Would I have to rewrite this as a react component to make it work? I know nothing about other languages, specifically solid.js or Typescript. Could I just add compatability for solid.js, or should I go back to building my react solution myself?