Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 694 Bytes

README.md

File metadata and controls

46 lines (31 loc) · 694 Bytes

runtimejs playground

runtime playground lets you write kernel-space javascript, powered by npm and browserify

install

  1. get pre-requisites (on osx)
brew install qemu
  1. install runtime playground
npm install -g runtime-playground

usage

  1. check if your system is ready
runtime-playground doctor
  1. run the demo
runtime-playground demo
  1. initialize a new project
runtime-playground init

this creates a scaffolding in your current directory. you can edit these files and run them with the run command.

  1. run your project
runtime-playground run init.js