Skip to content

Commit

Permalink
chore: update video tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-phan committed Jul 1, 2024
1 parent 4c34a0f commit de8d348
Show file tree
Hide file tree
Showing 5 changed files with 402 additions and 499 deletions.
2 changes: 1 addition & 1 deletion docs/hydrogen/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Welcome to **Weaverse**! This guide will walk you through integrating the Weaver

Not ready to install the app just yet? Try out our [Weaverse Playground](https://studio.weaverse.io/demo) to get a feel for the features. For guidance, watch our brief tutorial video below.

<iframe src="https://www.youtube.com/embed/aQZdQ17kF1U?rel=0" frameBorder="0" webkitallowfullscreen="true" mozallowfullscreen="true" allowFullScreen></iframe>
<iframe src="https://www.youtube.com/embed/1XwheeIImlE?rel=0" frameBorder="0" webkitallowfullscreen="true" mozallowfullscreen="true" allowFullScreen></iframe>

## Installing the Weaverse App from the Shopify App Store

Expand Down
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"description": "Weaverse SDKs monorepo.",
"version": "3.0.0",
"license": "MIT",
"private": true,
"scripts": {
"dev": "npm run dev:pkg",
"dev:pkg": "cross-env LOCAL_DEV=true FORCE_CHANGELOG_SOURCE=remote turbo dev --no-daemon --filter=./packages/*",
Expand All @@ -20,7 +21,8 @@
"changeset": "changeset"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@changesets/cli": "^2.27.6",
"@ianvs/prettier-plugin-sort-imports": "^4.3.0",
"@remix-run/eslint-config": "2.9.2",
"@types/node": "20.14.8",
"@types/react": "18.3.3",
Expand All @@ -37,13 +39,13 @@
"typescript": "5.5.2"
},
"optionalDependencies": {
"@esbuild/darwin-x64": "^0.21.4",
"turbo-darwin-arm64": "^2.0.4"
"@esbuild/darwin-x64": "^0.21.5",
"turbo-darwin-arm64": "^2.0.5"
},
"engines": {
"node": ">=18"
},
"packageManager": "pnpm@9.1.4",
"packageManager": "pnpm@9.4.0",
"prettier": {
"semi": false,
"singleQuote": true,
Expand All @@ -63,8 +65,5 @@
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false
},
"dependencies": {
"@changesets/cli": "^2.27.5"
}
}
}
3 changes: 1 addition & 2 deletions packages/shopify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,9 @@
"singleQuote": true
},
"dependencies": {
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dialog": "^1.1.1",
"@stitches/react": "^1.2.8",
"@weaverse/react": "3.1.16",
"clsx": "^2.1.1",
"keen-slider": "^6.8.6"
}
}
Loading

0 comments on commit de8d348

Please sign in to comment.