Skip to content

Latest commit

History

History
13 lines (8 loc) 路 752 Bytes

local-sdk-development.md

File metadata and controls

13 lines (8 loc) 路 752 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.