chore(contributors): make contributions easier with automated gitpod setup (#1772)

This commit is contained in:
Jan Keromnes
2019-08-25 15:37:52 +08:00
committed by ULIVZ
parent 776a0ee39e
commit 138ce32c90
2 changed files with 8 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
ports:
- port: 8080
onOpen: open-preview
tasks:
- init: yarn bootstrap
command: yarn dev
+2
View File
@@ -45,6 +45,8 @@ yarn dev # serves VuePress' own docs with itself
yarn test # make sure your code change pass the test
```
If you don't have a local checkout, you can also open [VuePress in Gitpod](https://gitpod.io/#https://github.com/vuejs/vuepress/blob/master/packages/docs/docs/README.md), a free online IDE for GitHub.
If you intend to make `"substantial"` changes to VuePress or its documentation, please checkout [VuePress RFCs](./rfcs/README.md).
If you have a VuePress-related project/component/tool, add it with a pull request to [this curated list](https://github.com/ulivz/awesome-vuepress)!