Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sairoutine/faithjs

FaithJS is a NES emulator which runs on your chrome.
https://github.com/sairoutine/faithjs

Last synced: about 1 month ago
JSON representation

FaithJS is a NES emulator which runs on your chrome.

Awesome Lists containing this project

README

        

# FaithJS
FaithJS is a JavaScript NES emulator which runs on your chrome.

# Demo
[Demo](https://sairoutine.github.io/faithjs/public/)

# Screenshot
![](public/image/screenshot1.png)
![](public/image/screenshot2.png)
![](public/image/screenshot3.png)

# How to build
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`.