Skip to content

Commit

Permalink
feat: add sdk readme
Browse files Browse the repository at this point in the history
  • Loading branch information
naelob committed Oct 30, 2023
1 parent 5f7c969 commit ddb3471
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions packages/sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,25 @@
```typescript
const client = new PanoraApiClient();
```

## API

## Installation

```bash
pnpm install
```

## Running the app

```bash
# build
pnpm run build
```

## Test

```bash
# unit tests
pnpm run test
```

0 comments on commit ddb3471

Please sign in to comment.