Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 409 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 409 Bytes

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.