An open API service indexing awesome lists of open source software.

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

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
```