https://github.com/sveltejs/kit-sandbox
A sandbox for maintainers
https://github.com/sveltejs/kit-sandbox
Last synced: 3 months ago
JSON representation
A sandbox for maintainers
- Host: GitHub
- URL: https://github.com/sveltejs/kit-sandbox
- Owner: sveltejs
- Created: 2022-01-19T22:51:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-24T18:57:54.000Z (about 1 year ago)
- Last Synced: 2024-10-29T14:31:51.391Z (6 months ago)
- Language: JavaScript
- Size: 583 KB
- Stars: 18
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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
```