Is there a way to run Remix.run on Bun with JavaScript?

I’m looking to run Remix using the Bun runtime. I’ve found a few online resources for this, but all of them are outdated or don’t work. What I need is a barebones, JavaScript (not TypeScript) Remix setup with proper HMR, using Bun.

If anyone can give me steps to set this up or an example project, it would be much appreciated.