An in-progress re-implementation of Ivan Sutherland's Sketchpad.
-
Prerequisites: an install of the Bun Javascript runtime (>=1.1.7)
-
Install dependencies:
bun install
- During development, you might want to run types, tests, and the build:
bun type --watch
bun test --watch
bun bundle --watch
- Then open web/index.html in your browser