better install instructions

This commit is contained in:
Silas 2021-11-12 20:26:28 -05:00
parent 540519222d
commit f46981e5a4
Signed by: silentsilas
GPG Key ID: 4199EFB7DAA34349
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
To start your Phoenix server: To start your Phoenix server:
* (optional) Install ['ASDF'](https://asdf-vm.com/) along with the ['Erlang'](https://github.com/asdf-vm/asdf-erlang), ['Elixir'](https://github.com/asdf-vm/asdf-elixir), and ['Node'](https://github.com/asdf-vm/asdf-nodejs) plugins
* (optional) Run `asdf install`. Now this project will always use the correct erlang/elixir/node/npm versions.
* Install dependencies with `mix deps.get` * Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.setup` * Create and migrate your database with `mix ecto.setup`
* Install Node.js dependencies with `npm install` inside the `assets` directory * Install Node.js dependencies with `npm install` inside the `assets` directory