From 138ce32c90226613adab0d29ec5d722c05dc6b07 Mon Sep 17 00:00:00 2001 From: Jan Keromnes Date: Sun, 25 Aug 2019 09:37:52 +0200 Subject: [PATCH] chore(contributors): make contributions easier with automated gitpod setup (#1772) --- .gitpod.yml | 6 ++++++ README.md | 2 ++ 2 files changed, 8 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 00000000..1bc68658 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,6 @@ +ports: + - port: 8080 + onOpen: open-preview +tasks: + - init: yarn bootstrap + command: yarn dev diff --git a/README.md b/README.md index 2c628dfa..a34116e9 100644 --- a/README.md +++ b/README.md @@ -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)!