Sha256: 4afa8529ba4d0f57a14ea82a6e3f815021a424ea37118ed943c8460b892122b1

Contents?: true

Size: 681 Bytes

Versions: 1

Compression:

Stored size: 681 Bytes

Contents

# Arctic Core API gem

This gem is used by the arctic receivers to interact with and send data to the
arctic core API.

## Documentation

The documentation is generated from the slate-app in the documentation folder, and is available here: https://youweaps.github.io/arctic-gems-ui

### Publishing documentation

First make sure that all code is tested and committed to the Github master branch.

The deploy the documentation to github pages:

```bash
cd documentation && ./deploy.sh && cd -
```

### Running documentation server locally

To run the documentation slate app locally:

```bash
cd documentation
bundle install
bundle exec middleman server # http://localhost:4567
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
arctic-ui-0.1.0 README.md