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 supported by MIP.labor. MIP.labor is an ideas lab for science journalism hosted at Freie Universität Berlin and funded by the Klaus Tschira Foundation.
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