About Spot the Difference
Made by peterbe
I blogged about this here: "Announcing: Spot the Difference."
The code is open at https://github.com/peterbe/spot-the-difference.
Go here to file an issue if something's not working right.
To run it on your laptop, you just need a recent version of Bun.
In fact, this is how you run it:
git clone https://github.com/peterbe/spot-the-difference.gitcd spot-the-diffencebun installbun run devopen http://localhost:3000(in another terminal)