From 43894e279649f5ae05070a4d3989ba4081237b1c Mon Sep 17 00:00:00 2001 From: Santiago Botta Date: Thu, 17 Feb 2022 01:41:50 -0300 Subject: [PATCH] Add missing instruction in README.md --- .gitignore | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 9320028..ef98358 100644 --- a/.gitignore +++ b/.gitignore @@ -30,4 +30,5 @@ npm-debug.log /assets/node_modules/ /priv/uploads +/priv/static /tmp \ No newline at end of file diff --git a/README.md b/README.md index f1ec61a..85c56c5 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Visit [livebeats.fly.dev](http://livebeats.fly.dev) to try it out, or run locall * Install dependencies with `mix deps.get` * Create and migrate your database with `mix ecto.setup` + * Build assets with `mix assets.deploy` * Start Phoenix endpoint with `mix phx.server` or inside IEx with `iex -S mix phx.server` Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.