CodeSandbox CI
Pull Requests
Build Activity

You've installed CodeSandbox CI!

The last step is to create a Pull Request with the CI configuration file in your repository at `.codesandbox/ci.json` (example).

Example Configurations
{
// You probably don't need to set anything in the configuration,
// we infer a lot of information from the repo. One value that's worth
// setting is your default sandbox ids to fork for a PR. It's easier to test
// on a sandbox that includes some test cases already.
// This is also optional, we default to 'vanilla' if it isn't set.
"sandboxes": ["new", "vanilla"]
}

And that’s it! Now check your Pull Request on GitHub to see your built library. For more information, go to our documentation.