We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3702666 commit d0a181dCopy full SHA for d0a181d
1 file changed
README.md
@@ -41,3 +41,14 @@ npm run deploy
41
```
42
43
Webpack config was written from zero, so it still misses a lot of things.
44
+
45
+## awesome list render
46
47
+The awesome gbdev list web version is powered by VuePress. It's under the
48
49
+Build and deploy:
50
+```
51
+npx vuepress build list/
52
+cp list/.vuepress/dist/* dist/list -R
53
+npx gh-pages -d dist -b master
54
0 commit comments