Elixir Newbie is a podcast about what it's like being new to Elixir. I (Brooklin Myers) share my experience, document my process, and summarize what I learn to help and encourage new Elixir developers.
If you're new to github here's how to get started: https://www.freecodecamp.org/news/git-and-github-for-beginners/
asdf install
mix deps.get
mix ecto.setup
npm install
in /assets
mix phx.server
or inside IEx with iex -S mix phx.server
Now you can visit localhost:4000
from your browser.
These instructions use Escript to run livebook.
livebook server
locally.Now you can visit localhost:8080
from your browser.
click on the livebook
folder to view articles.