# Setup Development Environment

## Issuer SDK Setup

***

1. Clone [didPass repository](https://github.com/GDP-ADMIN/didPass) then checkout to `development` branch

```
git clone https://github.com/GDP-ADMIN/didPass.git
```

2. Enter issuer-sdk folder `cd issuer-sdk`
3. Install all dependencies with `npm install`

{% hint style="warning" %}
Don't forget to update the version in the `package.json` file after you're done making changes to the package.
{% endhint %}
