Files
something-erlang/README.md

10 lines
177 B
Markdown
Raw Normal View History

2022-05-23 15:57:15 +02:00
# SomethingErlang
2022-11-07 13:49:31 +01:00
Up and running:
2022-05-23 15:57:15 +02:00
2022-11-07 13:49:31 +01:00
* `mix deps.get`
* `mix ecto.setup`
* `mix phx.server`
2022-05-23 15:57:15 +02:00
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.