Install Dependencies
yarn install
Run
bun web
This example intentionally is a separate project from the primary monorepo. This helps to avoid version conflicts and build inconsistencies. You may need to re-run yarn install
if you update packages/skia
to have your code changes reflected in this example.