From ca7498e75088df9460548dbf9d308c96fd7449a9 Mon Sep 17 00:00:00 2001 From: Nisar Hassan Naqvi Date: Thu, 19 Mar 2020 10:33:28 +0000 Subject: [PATCH 1/2] [gitpod-setup] remove the build task to make the server startup fast. --- .gitpod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index 348ba6eb..3e4891ec 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,5 +1,5 @@ tasks: - - init: npm install && npm run build + - init: npm install command: npm run start ports: - port: 3000 From d4c268a6c2e337a2ba043bd5a5aae83c0f0c7b7a Mon Sep 17 00:00:00 2001 From: Nisar Hassan Naqvi Date: Thu, 19 Mar 2020 10:36:52 +0000 Subject: [PATCH 2/2] make gitpod-setup description precise. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f93e6ce..d281a810 100644 --- a/README.md +++ b/README.md @@ -759,7 +759,13 @@ This branch will be used to make some significant changes to the structure, cont ### Online Setup with a single Click -You can use gitpod ( A free VS Code like IDE) for contributing online, with a single click it will launch a ready to code workspace with all the dependencies pre-installed, build finished & the web server running so that you can start coding 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 frontendchecklist repo. +- install the dependencies. +- run `npm run 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/thedaviddias/Front-End-Checklist)