- Install the .NET 9 SDK from https://dotnet.microsoft.com/en-us/download/dotnet/9.0
- Create an application at https://portal.ditto.live. Make note of the app ID and online playground token
- Copy the
.env.samplefile at the top level of the quickstart repo to.envand add your app ID and online playground token.
These commands will build and run the console app on Windows, macOS, and Linux (note may not run in Warp):
cd DittoDotNetTasksConsole
dotnet build
dotnet run