Skip to content

Commit 7c98273

Browse files
committed
feat/fix development install
1 parent 8655d98 commit 7c98273

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/installation/development.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,19 +122,19 @@ IS_GENERAL="true" # required for now
122122
### Install the dependencies
123123

124124
```bash Terminal
125-
npm install
125+
pnpm install
126126
```
127127

128128
### Generate the prisma client and run the migrations
129129

130130
```bash Terminal
131-
npm run prisma-db-push
131+
pnpm run prisma-db-push
132132
```
133133

134134
### Run the project
135135

136136
```bash Terminal
137-
npm run dev
137+
pnpm run dev
138138
```
139139

140140
</Steps>

0 commit comments

Comments
 (0)