mix astral.dev (Astral v0.1.0)

Copy Markdown View Source

Start the Astral development server.

mix astral.dev
mix astral.dev --config astral.config.exs --port 4000
mix astral.dev --open

Options

  • --config - path to an Astral config file (default: astral.config.exs when present)
  • --host - host interface to bind (default: localhost)
  • --port - port to bind (default: 4000)
  • --open - open the dev server in the default browser