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
The result is we take the last part of the url (everything after github.com) and
44
+
use it in our importer at codesandbox.io/s/github/, adding the repo to CodeSandbox.
34
45
35
-
We infer sandbox settings based on several files in a repository.
46
+
### Using a Browser Extension
47
+
We have browswer extensions for [Chrome](https://chrome.google.com/webstore/detail/open-in-codesandbox/hdidglkcgdolpoijdckmafdnddjoglia) and [Firefox](https://addons.mozilla.org/en-GB/firefox/addon/codesandbox/), which add an 'Open in CodeSandbox' button to GitHub repo pages. This makes it easy to import existing projects from GitHub in to CodeSandbox.
48
+
49
+
### Setting inference
50
+
When importting, we infer sandbox settings based on several files in a repository.
@@ -41,7 +56,7 @@ We infer sandbox settings based on several files in a repository.
41
56
| Tags |`keywords` field in `package.json`|
42
57
| Template | Based on [this](https://github.com/codesandbox-app/codesandbox-importers/blob/master/packages/import-utils/src/create-sandbox/templates.ts#L63) logic |
43
58
44
-
Additionally, you may specify a `template` property in your
59
+
If the correct template isn't automatically being used when importing, then you may specify a `template` property in your
45
60
`./sandbox.config.json` file to override the detected template.
46
61
47
62
```json
@@ -50,11 +65,6 @@ Additionally, you may specify a `template` property in your
0 commit comments