bgourlie / rs-nes-debugger-frontend

A debugger front-end for my NES emulator written in Elm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rs-nes-debugger-frontend

This is the front-end for the rs-nes debugger. You can view a demo of it in action here

Running the project

git clone https://github.com/bgourlie/rs-nes-debugger-frontend.git
cd rs-nes-debugger-frontend
npm install
elm-package install
npm run dev

Then navigate your browser to http://localhost:3001.

About

A debugger front-end for my NES emulator written in Elm

License:MIT License


Languages

Language:Elm 96.2%Language:JavaScript 3.6%Language:HTML 0.1%