Awesome
Quickly open any GitHub repo in CodeSandbox
- Go to a repo in GitHub
- Replace
github.com
withgithubbox.com
- There's no step three
What
Suppose you're on github.com
looking at a repo.
Now you want to explore the code of that repo in a CodeSandbox.
Just add box to your url and the repo will open there.
Try
As you're on GitHub at the moment, you can add box
to the current URL.
-https://github.com/dferber90/githubbox
+https://githubbox.com/dferber90/githubbox
You'll then see this README on CodeSandbox.
This also works when you're on a branch, a tag or on a file's blob.
Lazy
If you don't want to type, you can click on this link instead:
githubbox.com/dferber90/githubbox
Badge
You can add an "Open in CodeSandbox" badge to your README if you own a repo.
This allows anybody to open your repo on CodeSandbox with one click.
Example
Markdown
[![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?style=flat-square&logo=codesandbox)](https://githubbox.com/dferber90/githubbox)
Replace https://githubbox.com/dferber90/githubbox
with your own githubbox.com URL.
See shields.io for badge style customization options.
Development
See DEVELOPMENT.md.
Who
Supported by CodeSandbox
This project is officially supported and sponsored by CodeSandbox.