We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 264b7ad commit 1a820abCopy full SHA for 1a820ab
README.md
@@ -2,6 +2,16 @@
2
3
A starter for Next.js 14+ with preconfigured Tailwind CSS, ESLint, VSCode Settings and Prettier.
4
5
+To get started, install [nvm](https://github.com/nvm-sh/nvm) and use it to install the desired version of Node.js and Yarn.
6
+
7
8
+```bash
9
+nvm install 20 # node v20
10
+# then install yarn
11
+npm i --global yarn
12
+yarn --version
13
+```
14
15
```bash
16
# install
17
yarn
0 commit comments