We have two example projects, which can be used to test the latest SDK release, as well as new changes to the SDK.
- discord-activity-starter is a minimal application example
- sdk-playground is a playground for testing any SDK functionality
These projects consume this repo's root @discord/embedded-app-sdk
directly via pnpm workspaces
To test changes to the SDK, locally, with either of these projects, you must do the following:
- From terminal, navigate to the root of either project's directory, (i.e. examples/discord-application-start or examples/sdk-playground)
- Start up the example's web server with
pnpm dev
. - In another terminal, start up the SDK's development pipeline with
pnpm dev
from the root of the repository.