runtime playground lets you write kernel-space javascript, powered by npm and browserify
- get pre-requisites (on osx)
brew install qemu- install runtime playground
npm install -g runtime-playground- check if your system is ready
runtime-playground doctor- run the demo
runtime-playground demo- initialize a new project
runtime-playground initthis creates a scaffolding in your current directory.
you can edit these files and run them with the run command.
- run your project
runtime-playground run init.js