# Contributing

## Running tests

Clone the repo and fetch its dependencies:

```bash
$ git clone https://github.com/swoosh/phoenix_swoosh.git
$ cd phoenix_swoosh
$ mix deps.get
$ mix test
```

## Building docs

Documentation is written into the library, you will find it in the source code,
accessible from `iex` and of course, it all gets published to
[hexdocs](http://hexdocs.pm/phoenix_swoosh).

```bash
$ mix docs
```
