/erlangjobs

Erlang/Elixir job board

Primary LanguageElixir

Build Status

Erlangjobs - Erlang/Elixir job board

To start Erlangjobs Phoenix app:

  • Install latest Elixir & Phoenix
  • Install Node 9 with https://github.com/nvm-sh/nvm
  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with cd assets && npm install && node node_modules/brunch/bin/brunch build
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4004 from your browser.