[✨] Stackblitz pkg.pr.new templates #889
Labels
COMMUNITY: PR is welcomed
We think it's a good feature to have but would love for the community to help with the PR for it
TYPE: enhancement
New feature or request
Would be cool to have the pkg.pr.new templates work. This would allow people to play with the components live. But maybe there are better/simpler approaches for us.
It's not easy with nx because stackblitz expects a standalone repository (think something like the output of
pnpm create qwik@latest
).maiieul: I made an attempt in #863, but I had to create a standalone repository without nx inside our nx monorepo, and install
@qwik-ui/headless
in the root package.json, which we're not supposed to do with nx.We also need to think if we really want to maintain a "sink".
Potential solutions:
pnpm create qwik@latest
project so that it easily works out of the box in stackblitzThe text was updated successfully, but these errors were encountered: