The Ash Framework homepage and documentation site.
Find a file
2022-03-27 17:26:35 -04:00
.vscode init 2022-03-21 00:43:24 -04:00
assets WIP: add library versions to search 2022-03-27 17:26:35 -04:00
build_docs WIP: add library versions to search 2022-03-27 17:26:35 -04:00
config chore: code editor improvements, get searching working 2022-03-25 23:16:20 -04:00
lib WIP: add library versions to search 2022-03-27 17:26:35 -04:00
priv WIP: add library versions to search 2022-03-27 17:26:35 -04:00
rel WIP 2022-03-25 17:17:01 -04:00
test init 2022-03-21 00:43:24 -04:00
.formatter.exs WIP: add library versions to search 2022-03-27 17:26:35 -04:00
.gitignore WIP 2022-03-25 17:17:01 -04:00
Dockerfile WIP 2022-03-25 17:17:01 -04:00
fly.toml WIP 2022-03-25 17:17:01 -04:00
mix.exs WIP: add library versions to search 2022-03-27 17:26:35 -04:00
mix.lock WIP 2022-03-25 17:17:01 -04:00
README.md init 2022-03-21 00:43:24 -04:00

AshHq

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more