JOHNNIAC Emulation
This is an emulator for the JOHHNIAC computer. For more information on this project, see the write up on Epigenetic's Lab
To install dependencies run npm i.
You will also want to install Browsersync to test functionality involving Web Workers.
To run unit tests use npm test.
You can run the project by running index.ts. Currently this is a minimum test illustrating that the J136E loader is correctly running.
To run functionality using Web Workers, you will want to open index.html in Browsersync: browser-sync start --config bs-config.cjs.
This file just runs the index script from within a webpage.