Setup Install Destack, then create a project: destack init hello cd hello import { log } from "destack:console"; log("Hello, Destack!"); destack check src/index.ds Run Locally destack run ./src/index.ds