Skip to content

Commit

Permalink
feat: added Gitpod badge
Browse files Browse the repository at this point in the history
Making contribution easier with gitpod badge
  • Loading branch information
gitcommitshow authored Jun 13, 2021
1 parent ced905e commit 700f09d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 700f09d

Please sign in to comment.