Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 737 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 737 Bytes

nudedisco

RSS-powered album reviews aggregator.

CI Deploy

Installation

  1. Install Elixir.

  2. Clone the project:

    $ git clone git@github.com:soulprovidr/nudedisco.git
    $ cd nudedisco
  3. Install the project dependencies:

    $ mix deps.get
  4. Run the project locally:

    $ iex -S mix