Skip to content

inaka/credo_server

Repository files navigation

CredoServer

Build Status Coverage Status Deps Status

Server for running Credo on Github Pull Requests.

To start your own server:

  1. You need to set all environment variables needed. See dev.exs
  2. Install dependencies with mix deps.get
  3. Create database with mix ecto.create
  4. Run migrations with mix ecto.migrate
  5. Start app with iex -S mix

Contact Us

If you find any bugs or have a problem while using this library, please open an issue in this repo (or a pull request :)).

And you can check all of our open-source projects at inaka.github.io