Skip to content

Commit

Permalink
Merge pull request #139 from onfido/fix/readme
Browse files Browse the repository at this point in the history
fix: update readme
  • Loading branch information
DannyOnfido authored Mar 19, 2024
2 parents 959d003 + a1c7e60 commit d13aded
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ The javascript way & the React way.

### Javascript

1. Add your token to `src/javascript/index.html`
2. Start with `npm run start:javascript`
3. Access it at https://localhost:3000
1. Run `npm i`
2. Add your token to `src/javascript/index.html`
3. Start with `npm run start:javascript`
4. Access it at http://localhost:3000

### React

1. Add your token to `src/react/App.js`
2. Start with `npm run start:react`
3. Access it at: https://localhost:5173
1. Run `npm i`
2. Add your token to `src/react/App.tsx`
3. Start with `npm run start:react`
4. Access it at: http://localhost:5173

0 comments on commit d13aded

Please sign in to comment.