Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 865 Bytes

local-sdk-development.md

File metadata and controls

14 lines (9 loc) · 865 Bytes

Local SDK development

We have two example projects, which can be used to test the latest SDK release, as well as new changes to the SDK.

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:

  1. From terminal, navigate to the root of either project's directory, (i.e. examples/discord-application-start or examples/sdk-playground)
  2. Start up the example's web server with pnpm dev.
  3. In another terminal, start up the SDK's development pipeline with pnpm dev from the root of the repository.