/jsnes-web

A browser UI for JSNES, a JavaScript NES emulator

Primary LanguageJavaScriptApache License 2.0Apache-2.0

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