Skip to content

Commit 138ce32

Browse files
jankeromnesulivz
authored andcommitted
chore(contributors): make contributions easier with automated gitpod setup (#1772)
1 parent 776a0ee commit 138ce32

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.gitpod.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
ports:
2+
- port: 8080
3+
onOpen: open-preview
4+
tasks:
5+
- init: yarn bootstrap
6+
command: yarn dev

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ yarn dev # serves VuePress' own docs with itself
4545
yarn test # make sure your code change pass the test
4646
```
4747

48+
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.
49+
4850
If you intend to make `"substantial"` changes to VuePress or its documentation, please checkout [VuePress RFCs](./rfcs/README.md).
4951

5052
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)!

0 commit comments

Comments
 (0)