Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1 KB

README.md

File metadata and controls

37 lines (25 loc) · 1 KB

Nada

Install

If you use asdf, you can just hit asdf install after you clone the repo and should be good to go. Otherwise make sure you have:

  • Elixir 1.7.4+
  • Erlang 21+
  • NodeJS 11.2+
  • chromedriver (brew install chromedriver)

Grab the environment variables:

  • heroku config > .env modify the file to export env vars
  • source .env

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with iex -S mix phx.serve

Now you can visit localhost:4000 from your browser.

Test

You can run the tests with mix test or mix test.watch --stale if you want it to watch your code and run affected tests.

Learn more