Skip to content

Commit 82e0fd2

Browse files
avivaceAntonio Vivace
authored andcommitted
Update docs
1 parent 54755f6 commit 82e0fd2

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ dist/
22
node_modules/
33
*.swp
44
**/.DS_Store
5+
.cache/
6+
.temp/

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
# gbdev landing page
1+
# gbdev website
22

3-
Source repository of the gbdev landing website. GitHub Pages serves the content of the `master` branch on [gbdev.github.io](https://gbdev.github.io).
3+
Game Boy development website hosted at [gbdev.io](https://gbdev.io), powered by Vuepress 2.x
44

5-
> Development is done on the `dev` branch due to GitHub's restriction on branches for user pages.
5+
```bash
6+
# Install dependencies
7+
npm install
68

7-
Build and deploy:
8-
```
9-
npx vuepress build list/
10-
cp list/.vuepress/dist/* dist/list -R
11-
npx gh-pages -d dist -b master
12-
```
9+
# Start a local hot-reloading development server at http://localhost:8080
10+
npm run dev
11+
12+
# Build website
13+
npm run build
14+
```

0 commit comments

Comments
 (0)