From 446b96de7ed5c7513086563d06c32dd56f492154 Mon Sep 17 00:00:00 2001 From: Nisar Hassan Naqvi Date: Thu, 19 Mar 2020 09:11:35 +0000 Subject: [PATCH] gitpod-setup make the description precise. --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 223d1957..eedbec35 100644 --- a/README.md +++ b/README.md @@ -70,9 +70,15 @@ If you are interested in how data structures are implemented, check out [Lago](h There are no formal contributing guidelines at the moment as things are still in flux and we might find a better approach to structure content as we go along. You are welcome to contribute whatever you think will be helpful to fellow engineers. If you would like to contribute content for different domains, feel free to create an issue or submit a pull request and we can discuss further. -### Contribute online with a single click +### Online one-click setup for contributing -You can use Gitpod (A free online VS Code like IDE) for contributing online. With a single click in it will launch a ready to code workspace with all the dependencies being pre-installed & the build & start scripts for the website in process so that you can start coding straight away. +You can use Gitpod (A free online VS Code-like IDE) for contributing online. With a single click it will launch a workspace and automatically: + +- clone the tech-interview-handbook repo. +- install the dependencies. +- run `yarn start`. + +So that you can start straight away. [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/yangshun/tech-interview-handbook)