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:

  1. git clone https://github.com/peterbe/spot-the-difference.git
  2. cd spot-the-diffence
  3. bun install
  4. bun run dev
  5. open http://localhost:3000 (in another terminal)

What are you waiting for?