RSS-powered album reviews aggregator.
-
Install Elixir.
-
Clone the project:
$ git clone git@github.com:soulprovidr/nudedisco.git $ cd nudedisco
-
Install the project dependencies:
$ mix deps.get
-
Run the project locally:
$ iex -S mix
-
Set up environment variables:
$ export OPENAI_API_KEY=your_api_key_here
-
Build the release:
$ MIX_ENV=prod mix release
-
Run the release:
$ _build/prod/rel/nudedisco/bin/nudedisco start
The application will be available at http://localhost:4000
.