FaithJS is a JavaScript NES emulator which runs on your chrome.
To run locally:
$ npm install
$ npm run watch
And it'll be available at http://localhost:3000/
To build a distribution:
$ npm run build
This will create main.js.


