Skip to content

Commit fcc9dc9

Browse files
Update setup-environment.md
1 parent d3baa28 commit fcc9dc9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/Nextjs/setup-environment.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ description: In this tutorial, you will learn how to set up your development env
2020
---
2121

2222
Setting up Next.js Development Environment
23-
< />
23+
2424

2525
### Step 1: Install Node.js
2626

@@ -61,7 +61,7 @@ Next.js requires Node.js to run. Let's download and install it first.
6161
npm --version
6262
```
6363

64-
< />
64+
6565

6666
### Step 3: Install a Code Editor
6767

@@ -228,7 +228,7 @@ When you're ready to deploy:
228228
npm run start
229229
```
230230

231-
< />
231+
232232

233233
## Useful Commands Reference
234234

@@ -286,4 +286,4 @@ In the next tutorial, we'll explore creating your first pages and components in
286286

287287
---
288288

289-
*This guide was created to help developers get started with Next.js quickly and efficiently.*
289+
*This guide was created to help developers get started with Next.js quickly and efficiently.*

0 commit comments

Comments
 (0)