In this guide we'll cover everything you need to be able demo Avo on your Mac.
We'll be using few mac apps in the process:
This is a native macOS app that comes pre-installed on your Mac. We'll be using Terminal to run the demo project and to interact with the Avo CLI.
Set it up: You can find it in your Applications folder under Utilities or just using the search (cmd + space + terminal).
To simplify the installation of some of the packages that we're going need, we're going to set up Homebrew (usually shortened to just Brew), a package manager for macOS: Open the Terminal app and run the following command (paste the following line in there and hit enter):
/bin/bash -c "$(curl -fsSL <https://raw.githubusercontent.com/Homebrew/install/master/install.sh>)"
This might take some time to run and prompt you for input.
Blockers for finalizing this step:
You're almost done settting up Brew!