Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 714 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 714 Bytes

ReWitness

Build Status

rewitness-gif mov

Graphical example project using Reason as an npm dependency. Build to JS, native or bytecode.

Get Started

Install:

git clone https://github.com/bsansouci/rewitness.git
cd rewitness
npm install

You can also use yarn.

Then play with the JS version:

npm run build:js
npm run start:js

Or the native version:

npm run build:native
npm run start:native

Or the bytecode version:

npm run build
npm run start