Skip to content

Commit 1a820ab

Browse files
committed
doc: readme
chore
1 parent 264b7ad commit 1a820ab

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
A starter for Next.js 14+ with preconfigured Tailwind CSS, ESLint, VSCode Settings and Prettier.
44

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+
515
```bash
616
# install
717
yarn

0 commit comments

Comments
 (0)