# kit-sandbox **Repository Path**: mirrors_sveltejs/kit-sandbox ## Basic Information - **Project Name**: kit-sandbox - **Description**: A sandbox for maintainers - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-21 - **Last Updated**: 2025-09-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # kit-sandbox A way for maintainers to test out changes to Kit outside the repo. Place it next to the [kit](https://github.com/sveltejs/kit) repo, `pnpm install`, then link the packages you want to test: ``` pnpm link ../kit/packages/kit pnpm link ../kit/packages/adapter-auto # etc ```