From 700f09d02bfb2169a4bfd0bd78725b208022395f Mon Sep 17 00:00:00 2001 From: gitcommitshow <56937085+gitcommitshow@users.noreply.github.com> Date: Sun, 13 Jun 2021 10:23:49 +0530 Subject: [PATCH] feat: added Gitpod badge Making contribution easier with gitpod badge --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0473732..c921385 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,16 @@ A demo to learn JWT by reverse engineering ## How To Use It -1. Head over to the [demo hosted on repl.it](https://auth-jwt--gitcommitshow.repl.co/) (Or run it on your local machine : clone repo -> npm install -> npm start) +[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/gitcommitshow/auth-jwt) + +1. Head over to the [demo hosted on repl.it](https://auth-jwt--gitcommitshow.repl.co/) + +Or run it on your local machine by cloning the repo and running following commands +```javascript +npm install +npm start +// Visit localhost:3000 +``` 2. Play around with the configurations 3. Read the cues at every page with more resources to go deeper into concepts