docs: getting-started updates

This commit is contained in:
Zach Daniel 2022-04-06 14:45:22 -04:00
parent 32951d5b71
commit 675a83a1ed

View file

@ -1,8 +1,6 @@
# Getting Started
The first step is to decide if you're building a phoenix application or not. Phoenix is an extremely high quality web framework, and is the suggested pairing with Ash if you expect to be building a front end, or an API. For this guide, we assume that elixir has already been installed. We will be using a "helpdesk" example
throughout the documentation, so if you want to play along with your own application, you'll need to replace
various names.
The first step is to decide if you're building a phoenix application or not. Phoenix is an extremely high quality web framework, and is the suggested pairing with Ash if you expect to be building a web front end, or an API. For this guide, we assume that elixir has already been installed. We will be using a "helpdesk" example throughout the documentation, so if you want to play along with your own application, you'll need to replace various names.
## Installing With Phoenix