Get started quickly with Ditto using the Ditto Quickstart Applications
git clone https://github.com/getditto/quickstart
cd quickstart
.env.sample
file at the top level of the quickstart
repo to .env
and add your app ID and online playground token.
.env
file with the App ID and Playground Token from your Ditto Application
Ditto.tar.gz
and unpack an archive containing the libditto.a
static library and Ditto header.
./sdk
directory to your compiler’s include and linker directories, and link the
ditto library into your application. For example:
quickstart/cpp-android
directory.Run > Run 'app'
menu item.