Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 781 Bytes

File metadata and controls

25 lines (15 loc) · 781 Bytes

Ditto .NET Console Quickstart App 🚀

Prerequisites

  1. Install the .NET 9 SDK from https://dotnet.microsoft.com/en-us/download/dotnet/9.0
  2. Create an application at https://portal.ditto.live. Make note of the app ID and online playground token
  3. Copy the .env.sample file at the top level of the quickstart repo to .env and add your app ID and online playground token.

Documentation

.NET Console App

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