View Source Contributing

Running tests

Clone the repo and fetch its dependencies:

$ 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.

$ mix docs