Getting Started
This guide will walk you through creating an account, installing Shorebird, and logging in.
To create an account, head over to the Shorebird Console and authenticate with your Google account.
To install the Shorebird command line interface (CLI):
Open a terminal and run:
Open a PowerShell terminal and run:
This installs shorebird
into ~/.shorebird/bin
and adds it to your PATH
. It
also installs a copy of Flutter and Dart inside
~/.shorebird/bin/cache/flutter
. The copy of Flutter is slightly modified to
add Shorebird code push and is not intended to be added to your PATH
. You can
continue to use the versions of Flutter and Dart you already have installed.
Shorebird can also be manually installed, allowing users to choose where the installation will be placed.
In order to do so, in a terminal, inside the folder where Shorebird should be installed at, run:
Add the bin
folder from the repository you just cloned into your PATH
.
Once the installation has completed, shorebird
should be available in your
terminal:
You can use the shorebird doctor
to ensure things are setup correctly:
Example output:
You can login using the shorebird login
command:
Example output:
That’s it 🎉
You now have a Shorebird account, have installed Shorebird CLI on your machine, and are ready to start using Shorebird.
Shorebird has an active Discord where we’re happy to help you: https://discord.gg/shorebird
We also offer a private support channel for paying customers. We don’t yet have an automated way to add you to the channel, so please message a member of our team on Discord and we’ll happily add you to the customer support channel. https://github.com/shorebirdtech/shorebird/issues/308