Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 412 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 412 Bytes

##runtime.js helloworld example application

Install

Clone this repository and install dependencies:

git clone https://github.com/runtimejs/helloworld.git
cd helloworld
npm install

Install the command line tool:

npm install runtime-cli -g

Run

Make sure you have QEMU installed, then

npm start

Note: runtime.js is work in progress