A React-based web UI for JSNES.
$ yarn install
$ yarn start
$ yarn build
The built app will be in build/
.
$ yarn test
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