Skip to content

Commit 8d8056a

Browse files
committed
docs: update README for yarn
1 parent 12155ac commit 8d8056a

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
# gbdev website
22

3-
Game Boy development website hosted at [gbdev.io](https://gbdev.io), powered by Vuepress 2.x
3+
This is the source repository of the Game Boy development website hosted at [gbdev.io](https://gbdev.io), powered by Vuepress 2.x
4+
5+
You need Node (> 14.x) and yarn.
46

57
```bash
68
# Install dependencies
7-
npm install
9+
yarn
810

911
# Start a local hot-reloading development server at http://localhost:8080
10-
npm run dev
12+
yarn dev
1113

1214
# Build website
13-
npm run build
14-
```
15+
yarn build
16+
```

0 commit comments

Comments
 (0)