We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 485438d commit c93b7a7Copy full SHA for c93b7a7
1 file changed
README.md
@@ -58,7 +58,9 @@ git clone git@github.com:Tahul/nuxt-edgedb.git
58
cd nuxt-edgedb
59
pnpm install
60
pnpm stub
61
-cd playground && pnpm run dev
+cd playground
62
+edgedb project init
63
+pnpm run dev
64
```
65
66
## Module options
0 commit comments