Make sure pnpm build
under the parent directory is run before.
Run cd browser && pnpm install && pnpm dev
Note
You need to copy .npmrc.windows
to example/browser/.npmrc
on Windows before the command above
For production, run pnpm build && pnpm preview
Run cd runtime && pnpm install
Run node main.js
or bun run main.js
or deno run --allow-read main.js
Run node import.js
or bun run import.js
or deno run --allow-read import.js