From 3f2ef030e001547eb06060499f8a2e3f002b5a14 Mon Sep 17 00:00:00 2001 From: Sven Efftinge Date: Fri, 29 May 2020 07:02:31 +0200 Subject: [PATCH] Allow opening examples in Gitpod (#1958) Co-authored-by: Emily Morehouse Co-authored-by: Jay --- examples/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/README.md b/examples/README.md index 9ae0f2e..c843f6a 100644 --- a/examples/README.md +++ b/examples/README.md @@ -8,3 +8,7 @@ To run the examples: 4. `grunt build` 5. `npm run examples` 6. [http://localhost:3000](http://localhost:3000) + +Or use Gitpod, a free dev environment for GitHub: + +[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/axios/axios/blob/master/examples/server.js)