Skip to content

Commit 7eece82

Browse files
authored
Update src/content/docs/pages/tutorials/build-an-api-with-pages-functions/index.mdx
1 parent f2e6d0b commit 7eece82

File tree

1 file changed

+1
-0
lines changed
  • src/content/docs/pages/tutorials/build-an-api-with-pages-functions

1 file changed

+1
-0
lines changed

src/content/docs/pages/tutorials/build-an-api-with-pages-functions/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ In your terminal, create a new React project called `blog-frontend` using the `c
3535
```sh title="Create a new React application"
3636
npx create-vite -t react blog-frontend
3737
cd blog-frontend
38+
npm install
3839
npm run dev
3940
```
4041

0 commit comments

Comments
 (0)