Skip to content

Commit de6bc15

Browse files
icyJosephhuozhi
authored andcommitted
docs: keywords in system reqs and add browserslist (#85838)
Adding more searchable keywords
1 parent a51b804 commit de6bc15

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

docs/01-app/01-getting-started/01-installation.mdx

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,21 @@ bun dev
4545

4646
## System requirements
4747

48-
Before you begin, make sure your system meets the following requirements:
48+
Before you begin, make sure your development environment meets the following requirements:
4949

50-
- [Node.js 20.9](https://nodejs.org/) or later.
51-
- macOS, Windows (including WSL), or Linux.
50+
- Minimum Node.js version: [20.9](https://nodejs.org/)
51+
- Operating systems: macOS, Windows (including WSL), and Linux.
52+
53+
## Supported browsers
54+
55+
Next.js supports modern browsers with zero configuration.
56+
57+
- Chrome 111+
58+
- Edge 111+
59+
- Firefox 111+
60+
- Safari 16.4+
61+
62+
Learn more about [browser support](/docs/architecture/supported-browsers), including how to configure polyfills and target specific browsers.
5263

5364
## Create with the CLI
5465

0 commit comments

Comments
 (0)