We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12155ac commit 8d8056aCopy full SHA for 8d8056a
1 file changed
README.md
@@ -1,14 +1,16 @@
1
# gbdev website
2
3
-Game Boy development website hosted at [gbdev.io](https://gbdev.io), powered by Vuepress 2.x
+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.
6
7
```bash
8
# Install dependencies
-npm install
9
+yarn
10
11
# Start a local hot-reloading development server at http://localhost:8080
-npm run dev
12
+yarn dev
13
14
# Build website
-npm run build
-```
15
+yarn build
16
+```
0 commit comments