Skip to content
/ nada Public

"login with nothing" - a demo for Rubyfuza & Friends 2019

Notifications You must be signed in to change notification settings

sighmin/nada

Repository files navigation

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

About

"login with nothing" - a demo for Rubyfuza & Friends 2019

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published