We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8655d98 commit 7c98273Copy full SHA for 7c98273
pages/installation/development.mdx
@@ -122,19 +122,19 @@ IS_GENERAL="true" # required for now
122
### Install the dependencies
123
124
```bash Terminal
125
-npm install
+pnpm install
126
```
127
128
### Generate the prisma client and run the migrations
129
130
131
-npm run prisma-db-push
+pnpm run prisma-db-push
132
133
134
### Run the project
135
136
137
-npm run dev
+pnpm run dev
138
139
140
</Steps>
0 commit comments