Demo app for showcasing Ditto's real-time sync and Conflict Resolution through the use of an inventory counter.
This inventory demo showcases the smoothness of Ditto's sync and conflict resolution, and how counters work with Ditto. You can also open up the Presence Viewer to see all existing devices and connections in the mesh.
Powered by Ditto.
- Run
cp .env.template .env
at the root directory - Edit
.env
to add environment variables - Open the app project on Xcode and clean (Command + Shift + K)
- Build (Command + B)
- This will generate
Env.swift
- This will generate
- Open
/Android/gradle.properties
and add environment variables - Build the app normally
MIT