Appearance
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.