nagygergo / jsnes-web

A browser UI for JSNES, a JavaScript NES emulator

Home Page:https://jsnes.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSNES Web UI

A React-based web UI for JSNES.

Running in development

$ yarn install
$ yarn start

Building for production

$ yarn build

The built app will be in build/.

Running tests

$ yarn test

Formatting code

All code must conform to Prettier formatting. The test suite won't pass unless it does.

To automatically format all your code, run:

$ yarn run format

About

A browser UI for JSNES, a JavaScript NES emulator

https://jsnes.org

License:Apache License 2.0


Languages

Language:JavaScript 94.6%Language:CSS 2.9%Language:HTML 2.4%