Skip to content

Commit 700f09d

Browse files
feat: added Gitpod badge
Making contribution easier with gitpod badge
1 parent ced905e commit 700f09d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,16 @@ A demo to learn JWT by reverse engineering
44

55
## How To Use It
66

7-
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)
7+
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/gitcommitshow/auth-jwt)
8+
9+
1. Head over to the [demo hosted on repl.it](https://auth-jwt--gitcommitshow.repl.co/)
10+
11+
Or run it on your local machine by cloning the repo and running following commands
12+
```javascript
13+
npm install
14+
npm start
15+
// Visit localhost:3000
16+
```
817
2. Play around with the configurations
918
3. Read the cues at every page with more resources to go deeper into concepts
1019

0 commit comments

Comments
 (0)