Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 423 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (16 loc) · 423 Bytes

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