This is the source code for the interactives of the article “What Is Entropy? A Measure of Just How Little We Really Know.” by Zack Savitsky, published in Quanta Magazine.
The development of the interactives was funded by MIP.labor.
Once you've created a project and installed dependencies with bun install
, start a development server:
bun run dev
To create a production version of your app:
bun run build