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
swift/Tasks.xcodeproj
project.Product > Build
.env.swift
file using the values from your .env
file and compile the app.Product > Run
to launch the app on your selected device or simulator.