Crates.io | tachyon |
lib.rs | tachyon |
version | 0.0.0 |
source | src |
created_at | 2016-07-01 07:06:25.476626 |
updated_at | 2016-07-01 07:06:25.476626 |
description | A Servo application shell driven by Neon modules |
homepage | https://github.com/freebroccolo/tachyon |
repository | https://github.com/freebroccolo/tachyon.git |
max_upload_size | |
id | 5546 |
size | 1,108 |
A Servo application shell driven by Neon modules
brew install flow npm
export PATH=node_modules/.bin:$PATH
hub clone freebroccolo/tachyon
cd tachyon
npm install
./script/cargo.js build
You probably want to go get a coffee at this point…
babel-node app/index.js
This runs a Node module that hooks into Servo via Neon and pops up a window. Nothing fancy yet.