File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed
docs/01-app/01-getting-started Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments