A Node.js example app for demonstrating RWX sandboxes.
src/andtest/— a small Node.js app with Jest tests.rwx/sandbox.yml— the sandbox configuration. Runrwx sandbox exec -- <command>to execute commands in the cloud sandbox.rwx/ci.yml— the full CI pipeline. Runrwx run .rwx/ci.yml --waitto run it locally
Clone the repo:
git clone https://github.com/rwx-cloud/sandbox-example.git
cd sandbox-exampleRun tests in a cloud sandbox:
rwx sandbox exec -- npm testRun the full CI pipeline:
rwx run .rwx/ci.yml --wait