This is a prototype for the Elastic Path sdks generated with Speakeasy.
Run the following command:
pnpm install
To launch the sdk-tester app in development mode, run:
pnpm run dev
This Turborepo includes the following:
sdk-test
: A tester app for the generated sdks using Next.jsclient-subscriptions
: a speakeasy generated sdk for the subscriptions service
- TypeScript for static type checking
- ESLint for code linting
- Prettier for code formatting
Package publishing has been configured using Changesets. Please review their documentation to familiarize yourself with the workflow.
This example comes with automated npm releases setup in a GitHub Action. To get this working, you will need to create an NPM_TOKEN
and GITHUB_TOKEN
in your repository settings. You should also install the Changesets bot on your GitHub repository as well.
For more information about this automation, refer to the official changesets documentation