Skip to content

Running Locally for Development

Yeyo edited this page Jan 19, 2024 · 4 revisions

You'll learn how to run Magnetssimo locally for development.

Linux Ubuntu / Mint

We use the .tool-versions files and asdf to install the right language versions.

Run asdf install.

Run mix deps.get.

Run mix ecto.reset.

Run iex -S mix phx.server.

You can now access Magnetissimo at https://localhost:4000

Mac

We use the .tool-versions files and asdf to install the right language versions.

Run asdf install.

Run mix deps.get.

Run mix ecto.reset.

Run iex -S mix phx.server.

You can now access Magnetissimo at https://localhost:4000

Windows

Help needed to write this part.

Clone this wiki locally