# How to Build

## Run Issuer Demo Project

***

1. Enter issuer demo folder `cd issuer-demo`
2. Install all dependencies with `npm install`
3. Run the project with `npm run dev`
4. Setup local dependencies with docker

```
docker-compose -f docker-compose.dev-dependencies.yml up --build -d
```

5. Create the database using following command

```
npx prisma migrate dev
```

6. Access the issuer demo on [localhost:3000/issuer](http://localhost:3000/issuer)
