# cloudcannon-suite

## Documentation
Documentation and instructions can be found at https://suite.cloudcannon.com/

## Local development
Run `yarn link` in your cloudcannon-suite install folder

Run `yarn link @cloudcannon/suite` in any repo to create a symlink to the local suite

## Deploying a new version

```
$ npm version 1.1.7
...

$ git push
...

$ np
...
```
