Home

Awesome

Build Status codecov

Tudo

You will need the following environment variables in your path:

#!/bin/bash

export SECRET_KEY_BASE=<secret_key_base>
export GITHUB_CLIENT_ID=<github_client_id>
export GITHUB_CLIENT_SECRET=<github_client_secret>
export GITHUB_ACCESS_TOKEN=<github_access_token>
export HOOK_ENDPOINT=<hook_endpoint>

To start the app:

NB. if you get errors here, please see if this helps: https://github.com/dwyl/learn-phoenix-framework/issues/53

Now you can visit localhost:4000 from your browser.

Learn more