git clone
(or something similar) a stackblitz project to local environment
#3105
BobbieGoede
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I couldn't find a similar discussion or documentation whether this is possible.
The most common use case for me is checking bug reproductions for https://github.com/nuxt-modules/i18n, usually these bugs involve edge cases with cookies or statically generated projects with certain setups, it's not always possible to debug these from within stacbklitz's webcontainers.
While it's possible to fork or download the project, it would be nice if there were a way to just run a
git clone <stackblitz-project-url>
command or have some cli to clone locally instead. In my case downloading a project involves moving it to my WSL2 environment, unzipping and opening, windows/wsl generates additional files during this process which needs to be cleaned up again 😅The feature request template required me to add a poll question, I'm not trying to force these answers 😂
0 votes ·
Beta Was this translation helpful? Give feedback.
All reactions