Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sairoutine/faithjs
- Owner: sairoutine
- Created: 2016-04-21T14:44:08.000Z (over 8 years ago)
- Default Branch: gh-pages
- Last Pushed: 2021-12-13T17:41:50.000Z (about 3 years ago)
- Last Synced: 2024-08-02T11:23:56.379Z (4 months ago)
- Language: JavaScript
- Homepage: https://sairoutine.github.io/faithjs/public/
- Size: 1.32 MB
- Stars: 77
- Watchers: 6
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - sairoutine/faithjs - FaithJS is a NES emulator which runs on your chrome. (Game / Miscs)
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`.