From ea159a08b3a9528d04871f01f3379f6350612cd0 Mon Sep 17 00:00:00 2001 From: Nisar Hassan Naqvi Date: Fri, 20 Mar 2020 11:04:22 +0500 Subject: [PATCH] [gitpod-setup] make the description precise. (#5872) --- .github/CONTRIBUTING.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index cc194f37c..818daeeac 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -38,8 +38,12 @@ npm run dev # open http://localhost:8080 ``` -## Contribute from the browser with a single click +## Contribute online with a single click -You can use gitpod (A free online IDE) with a single click it will launch a ready to code workspace with dependencies pre-installed and the web server running so that you don't have to waste any time on the dev setup and start contributing straight away. +You can use Gitpod (A free online VS Code-like IDE) for contributing, With a single click it will launch a workspace and automatically: + +- clone the vant repo. +- run `npm run bootstrap`. +- run `npm run dev`. [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/youzan/vant)