Skip to content

rwx-cloud/sandbox-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sandbox-example

A Node.js example app for demonstrating RWX sandboxes.

What's in here

  • src/ and test/ — a small Node.js app with Jest tests
  • .rwx/sandbox.yml — the sandbox configuration. Run rwx sandbox exec -- <command> to execute commands in the cloud sandbox
  • .rwx/ci.yml — the full CI pipeline. Run rwx run .rwx/ci.yml --wait to run it locally

Try it

Clone the repo:

git clone https://github.com/rwx-cloud/sandbox-example.git
cd sandbox-example

Run tests in a cloud sandbox:

rwx sandbox exec -- npm test

Run the full CI pipeline:

rwx run .rwx/ci.yml --wait

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors