# Naluri chat sdk

### Importing library

You can import the generated bundle to use the whole

```javascript
import NaluriChat from 'NaluriChat';
```

Additionally, you can import the transpiled modules from `dist/lib` in case you have a modular library:

```javascript
import queryChannels from 'NaluriChat/dist/lib/querychannels';
```

## Commands

- `yarn test`: Run test suite
- `yarn start`: Run `yarn build` in watch mode
- `yarn build`: Generate bundles and typings, create docs
- `yarn lint`: Lints code

## Testing

#### Integration Test on [naluri-chat-sdk-demo](https://github.com/naluri-hidup/naluri-chat-sdk-demo)

- at `naluri-chat-sdk` repo: run `yarn push`
- at your emulator, if you are running on existing terminal and built app, please try to stop the terminal process and delete the app first
- at `naluri-chat-sdk-demo` repo: run `yarn clean`
