I ran the install link in the home page and got an empty phoenix project. How am I supposed to understand what to do next? How to add a resource/domain etc. I thought it was a full example. Or at least I'd get a CLI tutorial to create my first resource i.e.
Check out the docs for the Ash Igniter mix tasks, they will generate skeleton code for you:
https://hexdocs.pm/ash/Mix.Tasks.Ash.Gen.Resource.html will generate a new resource for example (and the Domain if it doesn't already exist).
Check the side bar for other generator mix tasks.
Thanks for the feedback, we'll try and make this DX clearer!