We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You'll learn how to run Magnetssimo locally for development.
We use the .tool-versions files and asdf to install the right language versions.
.tool-versions
Run asdf install.
asdf install
Run mix deps.get.
mix deps.get
Run mix ecto.reset.
mix ecto.reset
Run iex -S mix phx.server.
iex -S mix phx.server
You can now access Magnetissimo at https://localhost:4000
Help needed to write this part.
Help needed to write this part