Skip to content

Commit

Permalink
fix: update dev instructions in readme (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xPenryn authored Dec 5, 2023
1 parent 5531d8c commit 660ffa6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ All the technical docs for the Wordcoin SDK, World ID Protocol, examples, guides

## 🧑‍💻 Developing locally

If you want to develop or contribute to this project, please refer to the development instructions in the `idkit` [README](/idkit/README.md).
To develop locally, run the following in your terminal:

[docs]: https://docs.worldcoin.org/idkit
```bash
pnpm i && turbo dev
```

This will install all necessary dependencies and start two local development servers -- one using `examples/with-html` and one using `examples/with-next`. Check your console for the URLS for each, and open them in your browser. Any changes made to `packages/core`, `packages/react` or `packages/standalone` will be automatically built and the examples will be reloaded.

0 comments on commit 660ffa6

Please sign in to comment.