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 database ID and development token.
.env
file with the Database ID and Development Token from your Ditto Application
sdk
subdirectory of the project directory
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: