# Camelot Unchained Client Library

*Notice: This library is under heavy development and is not guaranteed to be in a working state as this time.  This notice will be removed when the library is stable.*


## Installation

```sh
npm install camelot-unchained
```

## Development

```sh
git clone https://github.com/csegames/Camelot-Unchained.git
cd Camelot-Unchained/library
npm i -g yarn
yarn
npm start build
```
