Skip to content

Report a problem:

Problems can be reported via Microsoft Teams in your team channel within the "IT - Codey" team.

Please include the following information:

Report type:
Docs problem report a bug instead →
Path:
/vnext/contributing/apps/playground/
Message:

DESCRIBE THE PROBLEM BEFORE SUBMITTING TO CODEY

Playground

TIP

Before you start contributing, be sure to read the Contributing introduction.

The Codey Playground is powered by our own XerApplicationShell and maintained within the codey repo.

To open the playground locally, simply run:

sh
npm run dev:playground

Where playground pages come from

Most Playground pages are sourced from the /packages/components/ folder using build-time scripts and vite-plugin-pages extension config in the playground's vite.config.ts. Exceptions, like the tailwind-showcase, can be found in the hardcoded playground router/index.ts file.

To Update or create pages, update or create examples of components in the @xerius/codey-components package.

Report a problem:

Problems can be reported via Microsoft Teams in your team channel within the "IT - Codey" team.

Please include the following information:

Report type:
Docs problem report a bug instead →
Path:
/vnext/contributing/apps/playground/
Message:

DESCRIBE THE PROBLEM BEFORE SUBMITTING TO CODEY

Last updated: