Welcome to the guides! We go into greater detail here how to use Runway with very specific (real-world) examples. In case you feel anything is missing or if you have any idea how to improve this to them even better, please get in touch.
Install the CLI. See the install docs.
Log in:
runway login
Add an SSH key. See key setup, or use the shortcut:
runway local key setup
Start a new project:
mkdir my-app
cd my-app
git init
runway app create