Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 411 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 411 Bytes

Sketchpad

An in-progress re-implementation of Ivan Sutherland's Sketchpad.

How to run

  • 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