File tree Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 2
2
node_modules /
3
3
* .swp
4
4
** /.DS_Store
5
+ .cache /
6
+ .temp /
Original file line number Diff line number Diff line change 1
- # gbdev landing page
1
+ # gbdev website
2
2
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
4
4
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
6
8
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
+ ```
You can’t perform that action at this time.
0 commit comments