Go to file
2021-11-10 21:58:28 -05:00
assets remove redudant order_by 2021-11-10 16:07:10 -05:00
config Lock files behind temporary token 2021-11-05 23:02:31 -04:00
lib Remove inspect 2021-11-10 21:58:28 -05:00
priv Add attribution field and handle async duration race 2021-11-10 10:10:43 -05:00
test settings 2021-11-09 06:20:10 -05:00
.formatter.exs Make it so 🚀 2021-09-02 14:00:57 -04:00
.gitignore Lock files behind temporary token 2021-11-05 23:02:31 -04:00
mix.exs Update flash 2021-11-10 11:56:01 -05:00
mix.lock Use GH LV and js 2021-11-10 10:35:49 -05:00
README.md Make it so 🚀 2021-09-02 14:00:57 -04:00

LiveBeats

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more