To quickly set up CodeSandbox using any of these examples as a template:
- Navigate to the example folder (e.g. basic-ts) here on GitHub.
- In the browser address bar, change the domain of the URL from
github.com
togithubbox.com
(just add "box" after "github" and before ".com") and press Enter/Return.
You will be forwarded to codesandbox.io with the example project preloaded.
To update and regenerate the examples (except for ci and native), modify the _template
folder and run bun generate-examples
from the repo root directory (requires Bun).