Update wiki/it-works-on-my-machine.md
5ad968bd3b1f harrisonqian 2026-04-12 1 file
index 8989171..109fe1b 100644
@@ -16,11 +16,4 @@ local development hides environmental dependencies. you installed that library 6
## the fix
-test on a clean environment before demo day. docker is ideal but even just testing on a friend's laptop helps. document your setup steps. if your demo depends on your specific machine, you're one coffee spill away from disaster.
-
-## see also
-
-- [[test-demo-before-presenting]] — test on the actual demo machine
-- [[restart-server-before-demo]] — stale environments are a subset of this
-- [[no-backup-plan-for-failed-demo]] — when it doesn't work on the demo machine
-- [[not-using-version-control]] — track dependencies properly
\ No newline at end of file
+test on a clean environment before demo day. docker is ideal but even just testing on a friend's laptop helps. document your setup steps. if your demo depends on your specific machine, you're one coffee spill away from disaster. this is why you [[test-demo-before-presenting|test on the actual demo machine]], not just your own. make sure to [[restart-server-before-demo|restart services]] so you're not running stale code, and have a [[no-backup-plan-for-failed-demo|backup plan]] for when the environment still surprises you. reproducible environments start with [[not-using-version-control|proper version control]].
\ No newline at end of file