You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importArrowTablefrom'https://github.com/garygreen/arrow-table'// ".git" is automatically added.ArrowTable.blah();
It would be so cool if importing from urls could be supported. This means technically CodeSandbox would support ANY service that provides a git url, so Gitlab, Bitbucket, etc. It would make it easier to fork/collaborate/PR on projects
How I see this working is it would create a new folder for each cloned repository which is "sandboxed" from the standard/default folder of CodeSandbox. So basically almost like a node_modules folder but maybe called repositories or something. Then it can allow you to edit those repository, see changes and push back to Git that would be awesome.