Installation
To scaffold an app using create-vhs
, run any of the following commands and answer the command prompt questions:
bun create vhs@latest
npm create vhs@latest
pnpm create vhs@latest
yarn create vhs@latest
After your app has been scaffolded, you can read our Getting Started guide.