Skip to content

Commit a416e2d

Browse files
committed
chore(readme): up
1 parent 9f6b15c commit a416e2d

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,15 @@ If you do not already have [EdgeDB](https://www.edgedb.com) installed on your ma
4949

5050
If you want to run the example project, you have to git clone this repository and run the playground.
5151

52-
As EdgeDB cannot run on web containers environment like Stackblitz or CodeSandbox, you must clone the project locally to run this playground.
52+
As EdgeDB cannot run on web containers environment like Stackblitz or CodeSandbox.
53+
54+
You must clone the project locally to run this playground:
5355

5456
```bash
5557
git clone git@github.com:Tahul/nuxt-edgedb.git
5658
cd nuxt-edgedb
5759
pnpm install
60+
pnpm stub
5861
cd playground && pnpm run dev
5962
```
6063

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"prepack": "nuxt-module-build build",
2222
"dev": "nuxi dev playground",
2323
"dev:build": "nuxi build playground",
24+
"stub": "nuxt-module-build build --stub",
2425
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
2526
"release": "npm run lint && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
2627
"lint": "eslint .",
@@ -47,4 +48,4 @@
4748
"nuxt": "^3.8.1",
4849
"vitest": "^0.34.6"
4950
}
50-
}
51+
}

0 commit comments

Comments
 (0)